* {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: lighter;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    margin: 0;
    overflow-x: hidden;
}

a {
    font-weight: bold;
    text-decoration: none;
}

a.default-underlined-link {
    border-bottom: 2px solid #0A809D;
    color: #0A809D;
}

a.title-link {
    text-decoration: none;
    color: #3B01AB;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
    margin: 0;
}

h3 {
    font-size: 20px;
    font-weight: normal;
}

h4 {
    font-size: 16px;
    font-weight: normal;
}

footer {
    width: 90%;
    margin: 0 auto;
    font-size: small;
    color: white;
    background-color: transparent;
    padding: 125px 1.5em 1.5em 1.5em;
}

.footer-hairline {
    height: 1px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.2em;
    background-color: white;
}

.menubar {
    overflow: hidden;
    background-color: white;
    box-shadow: 0 4px 22px 10px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0px;
    width: 100%;
    max-height: 50px;
    transition-property: top;
}

.menubar a {
    float: left;
    display: block;
    color: black;
    font-weight: bold;
    text-align: center;
    padding: 14px 28px;
    text-decoration: none;
    font-size: 18px;
}

.menubar a:hover {
    color: black;
    opacity: 75%;
    font-weight: bold;
}

.header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.header-logo-image {
    display: inline-block;
    overflow: hidden;
    width: 30vh;
    height: 30vw;
    min-width: 230px;
    min-height: 230px;
}

.about-header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.about-logo-image {
    display: inline-block;
    overflow: hidden;
    height: 230px;
    max-width: 100%;
    padding: 0 32px;
}

.fun-fact-section {
    padding-bottom: 2em;
}

.twitter-image {
    height: 28px;
    width: 28px;
}

.main-background-starting-top {
    width: 100vm;
    height: auto;
    z-index: 1;
    background-color: #00BEEE;
    overflow: visible;
}

.top-corner-stripe {
    border-top: 100vh solid #00EECD;
    border-right: 100vw solid transparent;
}

.background-container-view {
    position: absolute;
    top: 600px;
}

.about-top-corner-stripe {
    border-top: 100vh solid #00EECD;
    border-right: 100vw solid transparent;
}

.info-section-insert {
    width: 75%;
    max-width: 1024px;
    margin: 0 auto;
}

.info-section {
    position: relative;
    width: 100%;
    background-color: transparent;
    padding-top: 1em;
    padding-bottom: 1em;
}

.top-info-section {
    position: relative;
    padding-top: 100px;
    width: 100%;
    background-color: transparent;
}

.product-section {
    display: flex;
    align-items: flex-start;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    gap: 40px;
}

.product-section:last-child {
    border-bottom: none;
}

.product-section-text {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-section-text h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.product-section-text p:first-of-type {
    margin-top: 0;
}

.product-section-text p:last-child {
    margin-top: auto;
    padding-top: 20px;
}

.product-section img {
    flex: 1;
    order: 2;
}

.approach-card {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    width: 100%;
    padding: 3em;
    height: auto;
    border-radius: 7px;
    overflow: auto;
    background-color: white;
    box-shadow: 0 4px 22px 10px rgba(0, 0, 0, 0.15);
}

.info-card {
    display: flex;
    border-radius: 7px;
    overflow: auto;
    background-color: white;
    box-shadow: 0 4px 22px 10px rgba(0, 0, 0, 0.15);
}

.info-card > img {
    object-fit: cover;
}

.info-card-reverted {
    flex-direction: row-reverse;
}

.info-card-image {
    width: 50%;
}

.info-card-text-section {
    position: relative;
    padding: 3em;
}

.approach-card-underline {
    height: 2px;
    width: 100%;
    max-width: 450px;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    background-color: black;
    opacity: 40%;
}

.info-section-body-text {
    font-size: 1.2em;
    color: black;
    opacity: 0.9;
    margin: 1em 0;
    font-weight: 400;  /* Base weight for all body text */
}

li.approach-list-text {
    font-size: 18px;
    line-height: 30px;
    color: black;
}

ul {
    list-style: none; /* Remove default bullets */
}

ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #0A809D; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

p.about-card-body-text {
    alignment: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: black;
}

h3.seventy-five-width-text {
    width: 75%;
    padding-bottom: 65px;
    margin-bottom: 0;
}

.about-section-text {
    color: #ffffff;
}

.contact-section {
    padding-top: 100px;
    position: relative;
    width: 100%;
    background-color: transparent;
}

.cta-details-text-field {
    width: 100%;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: lightgray;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.approach-row {
    padding: 0 2em;
}

.hidden {
    visibility: collapse;
    height: 0;
    padding: 0;
    margin: 0;
}

@media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) and (display:flow-root) { 
    .info-card-image { 
        max-height: 670px;
    }
} }

@media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) and (display:flow-root) { 
    @media screen and (max-width: 1300px) {
        .info-card-image { 
            max-height: 785px;
        }
    }
} }

@media screen and (max-width: 1100px) {
    .card-with-image {
        padding: 24px;
    }
    
    .contact-card {
        padding: 24px;
    }
    
    h2.card-title {
        font-size: 1.8em;
    }
    
    img.wide-image {
        display: none;
    }
    
    img.narrow-image {
        display: inline;
    }
    
    .approach-card {
        padding: 1.5em;
    }
    
    .info-card-text-section {
        padding: 1.5em;
    }
    
    .twitter-hairline-separator {
        margin-bottom: 0;
    }

    .approach-card-underline {
        max-width: 300px;
    }

    .approach-row {
        padding: 0;
    }

    .approach-card-column-right {
        width: 100%;
        padding: 20px 0;
    }

    .approach-card-column-left {
        width: 100%;
        padding: 20px 0;
    }

    .info-section {
        padding-top: 2em;
    }
    
    .top-info-section {
        padding-top: 3.5em;
    }

    .about-section {
        padding-top: 3.5em;
    }

    .contact-section {
        padding-top: 3.5em;
        padding-bottom: 3.5em;
    }

    .info-section-insert {
        width: 85%;
    }

    textarea {
        font-size: small;
    }

    input {
        font-size: small;
    }

    label.dark {
        font-size: 16px;
    }

    .product-section {
        flex-direction: column;
        gap: 20px;
    }

    .product-section-text {
        flex: 1;
        order: 2;
    }

    .narrow-image {
        display: block;
        max-width: 100% !important;
    }

    .wide-image {
        display: none;
    }
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .main-background-starting-top {
        background-color: color(display-p3 0 0.75 0.93 / 1);
    }

    .top-corner-stripe {
        border-top: 100vh solid color(display-p3 0 0.93 0.8 / 1);
    }

    .bottom-corner-stripe {
        border-right: 100vw solid color(display-p3 0 0.93 0.8 / 1);
    }

    .bottom-stripe-extension-square {
        background-color: color(display-p3 0 0.93 0.8 / 1);
    }
    
    .about-top-corner-stripe {
        border-top: 100vh solid color(display-p3 0 0.93 0.8 / 1);
    }
    
    .about-bottom-corner-stripe {
        border-right: 100vw solid color(display-p3 0 0.75 0.93 / 1);
    }
    
    .about-bottom-stripe-extension-square {
        background-color: color(display-p3 0 0.75 0.93 / 1);
    }
    
    .dark-blue-background-color {
        background-color: color(display-p3 0.04 0.5 0.62 / 1);
    }

    .dark-green-background-color {
        background-color: color(display-p3 0.04 0.65 0.44 / 1);
    }
    
    h2.info-card-title-text-blue {
        color: color(display-p3 0.04 0.5 0.62 / 1);
    }

    h2.info-card-title-text-green {
        color: color(display-p3 0.04 0.65 0.44 / 1);
    }
}

.cta-section-content {
    padding: 20px 0;  /* Match hero section */
    text-align: left;
}

.contact-heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.3rem;  /* Match product title size */
    line-height: 1.2;
    color: white;
    font-weight: 400;  /* Match product title-link weight */
    margin-bottom: 20px;
    letter-spacing: -0.03em;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .contact-heading {
        color: white;
    }
}

.cta-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin: 0;  /* Ensure no extra margins */
}

.cta-text {
    margin: 0;
    position: relative;
    width: 100%;
    padding-right: 0;  /* Remove right padding */
}

.cta-text a {
    display: flex;
    align-items: center;
    justify-content: flex-start;  /* Align to the left */
    gap: 8px;  /* Space between text and arrow */
    width: fit-content;
    min-height: 4rem;  /* Match the font size to ensure consistent height */
}

.arrow {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    color: #003B34;
    transition: opacity 0.3s ease;
    font-size: 4rem;
    white-space: nowrap;
    align-self: center;  /* Center the arrow vertically */
}

@media (max-width: 768px) {
    .contact-section .cta-link {
        font-size: min(3rem, 4vw);  /* Keep larger screens the same */
        letter-spacing: -0.045em;
    }
    
    .arrow {
        font-size: min(2.4rem, 8vw);  /* Match text size */
    }
}

/* Small screen styles */
@media (max-width: 480px) {
    .contact-section .cta-link {
        font-size: max(1.75rem, min(2.2rem, 3.5vw));  /* Never smaller than section title */
        letter-spacing: -0.055em;
    }
}

.email-container {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
}

.contact-section .cta-link {
    font-family: 'Outfit', sans-serif;
    font-size: min(4rem, 5vw);  /* Start scaling earlier with viewport width */
    line-height: 0.95;
    color: white;
    font-weight: 800;
    letter-spacing: -0.055em;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .contact-section .cta-link {
        color: white;
    }
}

/* Keep "Meet the team" dark cyan */
.cyan-background-section .cta-link {
    color: #003B34;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .cyan-background-section .cta-link {
        color: color(display-p3 0 0.23 0.20 / 1);
    }
}

.contact-section .cta-link:hover {
    opacity: 0.8;
}

.section-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.03em;  /* Tighter spacing */
    color: black;
}

/* Base section styles */
.white-background-section,
.blue-background-section,
.cyan-background-section,
.featured-publications,
.helped-ship-section {
    width: 100%;
    padding: 40px 0;  /* Keep consistent padding */
    margin: 0;
    position: relative;
    z-index: 3;
}

/* Individual section backgrounds */
.white-background-section {
    background-color: white;
}

.blue-background-section {
    background-color: #00BEEE;
}

.cyan-background-section {
    background-color: #00EECD;
}

.helped-ship-section {
    background-color: #E5FEFF;
    width: 100%;
    padding: 40px 0 40px 0;
    margin: 0;
    position: relative;
    z-index: 3;
}

.helped-ship-section .section-title.light {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.4rem;
    line-height: 1.1;
    color: #004A5C;
    font-weight: 300;
    letter-spacing: -0.03em;
    margin-bottom: 25px;
}

.helped-ship-section .title-link.light,
.helped-ship-section .info-section-body-text.light,
.helped-ship-section .default-underlined-link.light {
    color: #00242D;
}

.helped-ship-section .default-underlined-link.light {
    border-bottom-color: #00242D;
}

.helped-ship-section .product-item .title-link.light {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #004A5C;
    font-size: 1.5rem;
}

.helped-ship-section .info-section-body-text.light {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #00242D;
    font-weight: 400;
    margin: 0;
}

.helped-ship-section .product-tagline {
    font-weight: 500;
    display: block;
}

.helped-ship-section .product-quote {
    color: #00242D;
    font-weight: 400;
}

.helped-ship-section .quote-author {
    color: #00242D;
    font-weight: 400;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .helped-ship-section {
        background-color: color(display-p3 0.9 1 1 / 1);  /* #E5FEFF in display-p3 */
    }
    
    .helped-ship-section .section-title.light {
        color: color(display-p3 0 0.29 0.36 / 1);  /* Match recent-shipped-section display-p3 title color */
    }
    
    .helped-ship-section .product-item .title-link.light {
        color: color(display-p3 0 0.29 0.36 / 1);  /* Match recent-shipped-section display-p3 title color */
    }
    
    .helped-ship-section .info-section-body-text.light,
    .helped-ship-section .default-underlined-link.light,
    .helped-ship-section .product-quote,
    .helped-ship-section .quote-author {
        color: color(display-p3 0 0.14 0.18 / 1);  /* Match recent-shipped-section display-p3 text color */
    }
    
    .helped-ship-section .default-underlined-link.light {
        border-bottom-color: color(display-p3 0 0.14 0.18 / 1);
    }
}

.featured-publications {
    background-color: #F7FCFD;
    position: relative;
    padding: 40px 0;
}

/* Hero section specific */
.hero-section {
    padding: 80px 0;
    background-color: #BEF8F0;
}

.hero-section .section-title.light,
.hero-section .title-link.light,
.hero-section .info-section-body-text.light,
.hero-section .default-underlined-link.light {
    color: #006D5F;
}

.hero-section .default-underlined-link.light {
    border-bottom-color: #006D5F;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .hero-section {
        background-color: color(display-p3 0.75 0.97 0.94 / 1);  /* #BEF8F0 in display-p3 */
    }
    
    .hero-section .section-title.light,
    .hero-section .title-link.light,
    .hero-section .info-section-body-text.light,
    .hero-section .default-underlined-link.light {
        color: color(display-p3 0 0.43 0.37 / 1);  /* #006D5F in display-p3 */
    }
    
    .hero-section .default-underlined-link.light {
        border-bottom-color: color(display-p3 0 0.43 0.37 / 1);
    }
}

@media (max-width: 768px) {
    .white-background-section,
    .blue-background-section,
    .cyan-background-section,
    .helped-ship-section,
    .hero-section,
    .cta-section-content {
        padding: 30px 0;  /* Consistent padding on mobile */
    }

    .hero-section {
        padding: 60px 0;  /* Keep larger padding for hero section */
    }
    
    .helped-ship-section {
        padding: 10px 0 30px 0;
    }
    
    .blue-background-section.primary-content-section {
        padding: 30px 0 10px 0;
    }
    
    .helped-ship-section .section-title.light {
        text-align: left;
    }
}

/* Display P3 color support */
@supports (color: color(display-p3 0 0 0 / 1)) {
    .blue-background-section {
        background-color: color(display-p3 0 0.75 0.93 / 1);
    }
    
    .cyan-background-section {
        background-color: color(display-p3 0 0.93 0.8 / 1);
    }

    .helped-ship-section {
        background-color: color(display-p3 0.9 1 1 / 1);  /* #E5FEFF in display-p3 */
    }

    .hero-section {
        background-color: #BEF8F0;  /* Same color for display-p3 */
    }
}

.section-title.light,
.info-section-body-text.light {
    color: white;
}

.default-underlined-link.light {
    color: white;
    border-bottom-color: white;
}

.default-underlined-link.light:hover {
    opacity: 0.8;
}

.approach-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.approach-column {
    padding-right: 20px;
}

.approach-title {
    font-size: 1.5rem;
    font-weight: 300;
    color: #0A809D;
    margin-bottom: 20px;
}

.approach-list-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: black;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .approach-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .approach-column {
        padding-right: 0;
    }
}

/* Update the bullet color to match the new design */
ul li::before {
    color: #00BEEE;
}

.cyan-background-section .section-title,
.cyan-background-section .info-section-body-text,
.cyan-background-section .approach-title,
.cyan-background-section .approach-list-text {
    color: white;
}

.cyan-background-section .default-underlined-link {
    color: white;
    border-bottom-color: white;
}

.cyan-background-section .default-underlined-link:hover {
    opacity: 0.8;
}

/* Update bullet color for this section */
.cyan-background-section ul li::before {
    color: white;
}

.intro-text {
    font-size: 1.4rem;
    line-height: 1.4;
    color: black;
    opacity: 0.9;
    margin-bottom: 40px;
    font-weight: 300;
}

@media (max-width: 768px) {
    .intro-text {
        font-size: 1.2rem;
    }
}

/* Update the approach title color to white instead of blue */
.cyan-background-section .approach-title {
    color: white;
}

/* Add display-p3 color support */
@supports (color: color(display-p3 0 0 0 / 1)) {
    .cyan-background-section {
        background-color: color(display-p3 0 0.93 0.8 / 1);
    }
}

.intro-text.light {
    color: white;
    margin-bottom: 0;  /* Remove bottom margin for intro sections */
}

.publications-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.publication-item {
    opacity: 0.9;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.publication-item:hover {
    opacity: 0.7;
}

.publication-logo {
    filter: grayscale(1) brightness(0.5) opacity(0.7);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.publication-item:hover .publication-logo {
    opacity: 0.9;
}

/* Make Apple logos 20% taller */
img[src*="app-of-the-day"].publication-logo,
img[src*="developer_spotlight"].publication-logo {
    height: 67px;  /* 56px * 1.2 = 67.2px, rounded to 67px */
}

/* Add padding only to SVG logos (except App Store logo) */
img[src$=".svg"].publication-logo:not([src*="app-of-the-day"]) {
    padding: 12px 16px;
}

/* Extra padding for iMore logo only */
img[src*="imore_logo"].publication-logo {
    padding: 16px 20px;
}

@media (max-width: 768px) {
    .featured-publications {
        padding: 30px 0;
    }
    
    .publications-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        justify-items: center;
    }
    
    .publication-item {
        width: 100%;
        text-align: center;
    }
    
    /* Keep Apple logos 20% taller on mobile */
    img[src*="app-of-the-day"].publication-logo,
    img[src*="developer_spotlight"].publication-logo {
        height: 29px;  /* 24px * 1.2 = 28.8px, rounded to 29px */
    }
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .featured-publications {
        background-color: color(display-p3 0.97 0.99 0.99 / 1);  /* #F7FCFD in display-p3 */
    }
    
    .publication-logo {
        filter: grayscale(1) brightness(0.5) opacity(0.7);
    }
}

.hero-text {
    font-family: 'Outfit', sans-serif;
    font-size: 6.2rem;
    line-height: 0.95;
    color: #006D5F;
    font-weight: 800;
    margin: 0;
    max-width: 1200px;
    letter-spacing: -0.055em;
}

@media (max-width: 768px) {
    .hero-text {
        font-size: 3.6rem;
        letter-spacing: -0.045em;
        font-weight: 800;
    }
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .hero-text {
        color: color(display-p3 0 0.43 0.37 / 1);  /* #006D5F in display-p3 */
    }
}

.title-link.light {
    color: white;
    text-decoration: none;
}

.title-link.light:hover {
    opacity: 0.8;
}

.cyan-background-section .product-section {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.cyan-background-section .title-link.light,
.cyan-background-section .info-section-body-text.light,
.cyan-background-section .default-underlined-link.light {
    color: #006D5F;
}

.cyan-background-section .default-underlined-link.light {
    border-bottom-color: #006D5F;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .cyan-background-section .title-link.light,
    .cyan-background-section .info-section-body-text.light,
    .cyan-background-section .default-underlined-link.light {
        color: color(display-p3 0 0.43 0.37 / 1);  /* Dark cyan in display-p3 */
    }
    
    .cyan-background-section .default-underlined-link.light {
        border-bottom-color: color(display-p3 0 0.43 0.37 / 1);
    }
}

.cyan-background-section .title-link.light:hover,
.cyan-background-section .default-underlined-link.light:hover {
    opacity: 0.7;
}

.primary-content-section {
    background-color: #00BEEE;
    padding-top: 80px;
}

/* Dark blue text color for products */
.primary-content-section .title-link.light,
.primary-content-section .info-section-body-text.light,
.primary-content-section .default-underlined-link.light,
.primary-content-section .section-title.light {
    color: #001A20;
}

.primary-content-section .default-underlined-link.light {
    border-bottom-color: #001A20;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .primary-content-section {
        background-color: color(display-p3 0 0.75 0.93 / 1);  /* Match "Who We Are" section */
    }

    .primary-content-section .title-link.light,
    .primary-content-section .info-section-body-text.light,
    .primary-content-section .default-underlined-link.light,
    .primary-content-section .section-title.light {
        color: color(display-p3 0 0.1 0.13 / 1);
    }
    
    .primary-content-section .default-underlined-link.light {
        border-bottom-color: color(display-p3 0 0.1 0.13 / 1);
    }
}

.primary-content-section .section-title.light {
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #002E3A;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .primary-content-section .section-title.light {
        color: color(display-p3 0 0.18 0.23 / 1);  /* #002E3A in display-p3 */
    }
}

.primary-content-section .info-section-body-text.light {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 30px;  /* Default spacing */
}

.product-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-item h2 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.product-item .title-link.light {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.product-item a.product-image-link {
    display: block;
    transition: opacity 0.3s ease;
}

.product-item a.product-image-link:hover {
    opacity: 0.9;
}

.product-item img {
    width: 100%;
    height: auto;
    border-radius: 1em;
    margin-bottom: 20px;
    transition: opacity 0.3s ease;
}

.product-item .info-section-body-text {
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
}

.product-item .info-section-body-text.light br + br {
    display: none;
}

.product-item .info-section-body-text.light {
    font-weight: 400;
}

.product-section {
    border-bottom: none;
    padding: 0;
}

@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 35px; 
    }

    .product-item h2 {
        font-size: 1.3rem;
    }

    .product-item .default-underlined-link.light {
        font-size: 1rem;
    }

    .product-item .info-section-body-text.light {
        font-size: 0.95rem;
    }
}

.cyan-background-section .cta-link {
    font-family: 'Outfit', sans-serif;
    font-size: 4rem;
    line-height: 0.95;
    color: #003B34;
    font-weight: 800;
    letter-spacing: -0.055em;
    transition: opacity 0.3s ease;
}

.cyan-background-section .arrow {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    color: #003B34;
    transition: opacity 0.3s ease;
    font-size: 4rem;
}

.cyan-background-section .cta-link:hover,
.cyan-background-section .cta-link:hover .arrow {
    opacity: 0.8;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .cyan-background-section .cta-link,
    .cyan-background-section .arrow {
        color: color(display-p3 0 0.23 0.20 / 1);
    }
}

.primary-content-section .approach-title {
    color: #003B4A;
}

.primary-content-section .approach-list-text {
    color: #003B4A;
}

.primary-content-section ul li::before {
    color: #003B4A;
}

.primary-content-section .default-underlined-link {
    color: #003B4A;
    border-bottom-color: #003B4A;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .primary-content-section .approach-title,
    .primary-content-section .approach-list-text,
    .primary-content-section ul li::before,
    .primary-content-section .default-underlined-link {
        color: color(display-p3 0 0.23 0.29 / 1);
    }
    
    .primary-content-section .default-underlined-link {
        border-bottom-color: color(display-p3 0 0.23 0.29 / 1);
    }
}

.primary-content-section .approach-flow {
    display: flex;
    flex-direction: column;
    gap: 45px;
    margin-top: 30px;
    margin-bottom: 20px;  /* Add bottom margin to match product sections */
}

.approach-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;  /* Keep this at 0 since we're using margin on the parent */
}

.approach-item .approach-title {
    font-family: 'Outfit', sans-serif;
    font-size: 3.6rem;
    line-height: 0.95;
    color: #002E3A;
    font-weight: 800;
    letter-spacing: -0.045em;
    margin: 0;
}

.approach-item .approach-list-text {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #001A20;
    padding-left: 4px;
}

@media (max-width: 768px) {
    .primary-content-section .approach-flow {
        gap: 35px;
        margin-top: 30px;
    }

    .approach-item .approach-title {
        font-size: 2.8rem;
    }
    
    .approach-item .approach-list-text {
        font-size: 1rem;
    }
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .approach-item .approach-title {
        color: color(display-p3 0 0.18 0.23 / 1);
    }
}

.cyan-background-section .section-title.light,
.cyan-background-section .title-link.light,
.cyan-background-section .info-section-body-text.light {
    color: #006D5F;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .cyan-background-section .section-title.light,
    .cyan-background-section .title-link.light,
    .cyan-background-section .info-section-body-text.light {
        color: color(display-p3 0 0.43 0.37 / 1);  /* #006D5F in display-p3 */
    }
}

/* Add hover effect for links */
.cyan-background-section .title-link.light:hover {
    opacity: 0.7;
}

.copy-button {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 12px;
    pointer-events: none;
    min-width: 90px;
    text-align: center;
}

.cta-text:hover .copy-button {
    opacity: 1;
    pointer-events: auto;
}

.product-item .default-underlined-link.light {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    letter-spacing: -0.02em;
    border-bottom: none;
    transition: opacity 0.3s ease;
}

.product-item .default-underlined-link.light:hover {
    opacity: 0.7;
}

.product-item .default-underlined-link.light::after {
    content: ' →';
    font-family: inherit;
    font-weight: inherit;
}

.primary-content-section .info-section-body-text.light {
    font-size: 1.1rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .primary-content-section .info-section-body-text.light {
        font-size: 1rem;
    }
}

/* Match font styling for the cyan section titles */
.cyan-background-section .section-title.light {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    letter-spacing: -0.03em;
}

/* Match font styling for product titles */
.cyan-background-section .product-item h2 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.cyan-background-section .product-item .title-link.light {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    letter-spacing: -0.03em;
}

/* Match font styling for descriptions */
.cyan-background-section .info-section-body-text.light {
    font-size: 1.1rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .cyan-background-section .product-item h2 {
        font-size: 1.3rem;
    }
    
    .cyan-background-section .product-item .default-underlined-link.light {
        font-size: 1rem;
    }
    
    .cyan-background-section .info-section-body-text.light {
        font-size: 0.95rem;
    }
}

/* Darker text color for cyan section */
.cyan-background-section .title-link.light,
.cyan-background-section .info-section-body-text.light,
.cyan-background-section .default-underlined-link.light,
.cyan-background-section .section-title.light {
    color: #003B34;
}

.cyan-background-section .default-underlined-link.light {
    border-bottom-color: #003B34;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .cyan-background-section .title-link.light,
    .cyan-background-section .info-section-body-text.light,
    .cyan-background-section .default-underlined-link.light,
    .cyan-background-section .section-title.light {
        color: color(display-p3 0 0.23 0.20 / 1);
    }
    
    .cyan-background-section .default-underlined-link.light {
        border-bottom-color: color(display-p3 0 0.23 0.20 / 1);
    }
}

/* Match styling for cyan section */
.cyan-background-section .product-item .default-underlined-link.light {
    font-weight: 400;
}

.product-quote {
    font-style: italic;
    color: #001A20;
    opacity: 0.9;
    font-size: 0.95rem;
    margin-top: 12px;
    line-height: 1.4;
    font-weight: 400;
}

.quote-author {
    color: #001A20;
    opacity: 0.8;
    font-style: normal;
    font-weight: 400;
}

/* Team member section styles */
.team-member {
    display: flex;
    gap: 60px;
    align-items: center;
    margin: 40px 0;
}

.team-photo {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 1em;
}

.team-info {
    flex: 1;
}

.fun-fact {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.1rem;
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
}

.fun-fact-label {
    margin-right: 4px;
    font-weight: inherit;
}

.twitter-link {
    display: inline-block;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.1rem;
    color: white;
    text-decoration: none;
    margin-top: 10px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.twitter-link:hover {
    opacity: 0.6;
}

@media (max-width: 768px) {
    .team-member {
        flex-direction: column;
        gap: 30px;
        margin: 20px 0;
    }

    .team-photo {
        width: 100%;
        height: auto;
        max-width: 400px;
    }

    .cyan-background-section .team-member {
        flex-direction: column-reverse;
    }
}

.section-title.dark-cyan {
    color: #006D5F;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .section-title.dark-cyan {
        color: color(display-p3 0 0.43 0.37 / 1);  /* #006D5F in display-p3 */
    }
}

.info-section-body-text.dark-cyan {
    color: #006D5F;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .info-section-body-text.dark-cyan {
        color: color(display-p3 0 0.43 0.37 / 1);  /* #006D5F in display-p3 */
    }
}

.team-info h2.section-title.light {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 200;
}

.team-info .title-link.light {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.about-title {
    font-family: 'Outfit', sans-serif;
    font-size: 3.6rem;
    line-height: 0.95;
    color: #006D5F;
    font-weight: 800;
    letter-spacing: -0.045em;
    margin: 0;
}

@media (max-width: 768px) {
    .about-title {
        font-size: 2.8rem;
    }
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .about-title {
        color: color(display-p3 0 0.43 0.37 / 1);  /* #006D5F in display-p3 */
    }
}

.dark-blue {
    color: #001A20;
}

.fun-fact.dark-blue,
.twitter-link.dark-blue {
    color: #001A20;
}

.fun-fact.dark-cyan,
.twitter-link.dark-cyan {
    color: #003B34;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .dark-blue {
        color: color(display-p3 0 0.1 0.13 / 1);
    }

    .fun-fact.dark-blue,
    .twitter-link.dark-blue {
        color: color(display-p3 0 0.1 0.13 / 1);
    }

    .fun-fact.dark-cyan,
    .twitter-link.dark-cyan {
        color: color(display-p3 0 0.23 0.20 / 1);
    }
}

.dark-cyan {
    color: #003B34;
}

.fun-fact.dark-cyan,
.twitter-link.dark-cyan {
    color: #003B34;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .dark-cyan {
        color: color(display-p3 0 0.23 0.20 / 1);
    }

    .fun-fact.dark-cyan,
    .twitter-link.dark-cyan {
        color: color(display-p3 0 0.23 0.20 / 1);
    }
}

.product-section-heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.main-section-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #001A20;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .main-section-title {
        color: color(display-p3 0 0.1 0.13 / 1);
    }
}

.product-description {
    color: #001A20;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .product-description {
        color: color(display-p3 0 0.1 0.13 / 1);
    }
}

.product-link {
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-weight: 400;
}

.product-link:hover {
    opacity: 0.7;
}

.cyan-section-text {
    color: #003B34;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .cyan-section-text {
        color: color(display-p3 0 0.23 0.20 / 1);
    }
}

.product-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

@media (max-width: 768px) {
    .product-title {
        font-size: 1.5rem;
    }
}

.client-text {
    font-weight: 300;
}

.person-description-text {
    font-weight: 400;
}

.team-name {
    font-family: 'Outfit', sans-serif;
    font-size: 3.6rem;
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: -0.045em;
    margin: 0 0 20px 0;
}

.team-name.dark-blue {
    color: #001A20;
}

.team-name.dark-cyan {
    color: #003B34;
}

@media (max-width: 768px) {
    .team-name {
        font-size: 2.8rem;
    }
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .team-name.dark-blue {
        color: color(display-p3 0 0.1 0.13 / 1);
    }
    
    .team-name.dark-cyan {
        color: color(display-p3 0 0.23 0.20 / 1);
    }
}

/* Base styles for email link */
.contact-section .cta-link {
    font-family: 'Outfit', sans-serif;
    font-size: min(4rem, 5vw);  /* Start scaling earlier with viewport width */
    line-height: 0.95;
    color: white;
    font-weight: 800;
    letter-spacing: -0.055em;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

/* Medium screens */
@media (max-width: 1024px) {
    .contact-section .cta-link {
        font-size: min(3rem, 4.5vw);  /* Scale down more aggressively */
        letter-spacing: -0.045em;
    }
}

/* Mobile screens */
@media (max-width: 768px) {
    .contact-section .cta-link {
        font-size: min(2.5rem, 4vw);
        letter-spacing: -0.045em;
    }
}

/* Small screens */
@media (max-width: 480px) {
    .contact-section .cta-link {
        font-size: max(1.75rem, min(2.2rem, 3.5vw));
        letter-spacing: -0.055em;
    }
}

/* Base styles */
.product-image,
.team-photo,
.product-item img,
img[style*="border-radius"] {
    border-radius: 0.5em;
}

@media (max-width: 768px) {
    .product-image,
    .team-photo,
    .product-item img {
        border-radius: 0.5em;
    }
}

.recent-shipped-section {
    background-color: #E5FEFF;
    width: 100%;
    padding: 80px 0 40px 0;
    margin: 0;
    position: relative;
    z-index: 3;
}

.recent-shipped-section .section-title.light,
.recent-shipped-section .title-link.light,
.recent-shipped-section .info-section-body-text.light,
.recent-shipped-section .default-underlined-link.light {
    color: #004A5C;
    font-weight: 500;
}

.recent-shipped-section .default-underlined-link.light {
    border-bottom-color: #003E4E;
}

.recent-shipped-section .product-quote {
    color: #003E4E;
}

.recent-shipped-section .quote-author {
    color: #003E4E;
}

@media (max-width: 768px) {
    .recent-shipped-section {
        padding: 30px 0 10px 0;
    }
    
    .recent-shipped-section .section-title.light {
        text-align: left;
    }
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .recent-shipped-section {
        background-color: color(display-p3 0.9 1 1 / 1);  /* #E5FEFF in display-p3 */
    }
    
    .recent-shipped-section .section-title.light {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 2.4rem;
        line-height: 1.1;
        color: #004A5C;
        font-weight: 300;
        letter-spacing: -0.03em;
        margin-bottom: 25px;
    }
    
    .recent-shipped-section .title-link.light {
        font-family: 'Outfit', sans-serif;
        font-weight: 800;
        letter-spacing: -0.03em;
        color: #004A5C;
        font-size: 1.5rem;
    }
    
    .recent-shipped-section .info-section-body-text.light,
    .recent-shipped-section .default-underlined-link.light {
        color: #00242D;
    }
    
    .recent-shipped-section .default-underlined-link.light {
        border-bottom-color: #00242D;
    }
}

.product-description-bold {
    font-weight: 500;
}

.product-tagline {
    font-weight: 500;
    display: block;
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .recent-shipped-section {
        background-color: color(display-p3 0.9 1 1 / 1);  /* #E5FEFF in display-p3 */
    }
    
    .recent-shipped-section .section-title.light {
        color: color(display-p3 0 0.29 0.36 / 1);  /* Color for main section title in display-p3 */
    }
    
    .recent-shipped-section .product-item .title-link.light {
        color: color(display-p3 0 0.29 0.36 / 1);  /* Match main title color in display-p3 */
    }
    
    .recent-shipped-section .info-section-body-text.light,
    .recent-shipped-section .default-underlined-link.light,
    .recent-shipped-section .product-quote,
    .recent-shipped-section .quote-author {
        color: color(display-p3 0 0.14 0.18 / 1);  /* Even darker color for body text in display-p3 */
    }
    
    .recent-shipped-section .default-underlined-link.light {
        border-bottom-color: color(display-p3 0 0.14 0.18 / 1);
    }
}

.about-intro-section {
    background-color: #BEF8F0;
}

.blue-background-section .section-title.light {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.4rem;
    line-height: 1.1;
    color: #001A20;
    font-weight: 300;
    letter-spacing: -0.03em;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .blue-background-section .section-title.light {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
}