
/* =======================  Styles I don't need to carry over because T4 has it covered
==========================================*/
html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    display: block;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    font-size: 1.3em;
    line-height: 1.5;
    font-family: sans-serif;
}    
.pageWrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
div {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    display: block;
}
.contentContainer {
    position: relative;
    background: #fff;
    z-index: 10;
    padding-top: 0;   
}

@media (min-width: 800px) {
    .landing .mainContentContainer {
        padding-bottom: 0;
    }
}

article {
    display:block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* =======================  Bring across from this point
==========================================*/
:root {
    --light: #ffffff;
    --dark: #303030;
    --yellow: #ffec9d;
}

/* =======================  T4 resets
==========================================*/
div.sticky-nav-wrapper > p  {
    padding: 0;
}

header,
div#breadcrumb-share-container.row.showAtDesktop,
nav {
     display:none;
}

@media (min-width: 800px) {
    .landing .mainContentContainer {
        padding-bottom: 0;
    }
}

/* =======================  Shared styling
==========================================*/

.edgeOfPage {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
}

.vertically-align-content {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}

p.skiplink {
    padding: 0;
    margin:0;
}

.screenReader {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.uppercase {
    text-transform: uppercase;
}


/* =======================  Hero Section
==========================================*/
.hero-section {
    background: #303030 url('//webassets.manchester.ac.uk/faculty/fse/bespoke-shared-templates/fse-faculty/campaigns/fashion-2026/image/banner-image-950x478.jpg') no-repeat center / cover;
    position: relative;
}
@media (min-width: 950px) {
    .hero-section {
    background-image: url('//webassets.manchester.ac.uk/faculty/fse/bespoke-shared-templates/fse-faculty/campaigns/fashion-2026/image/banner-image-1500x539.jpg');
}}

.mainLogo-container {
    width: 170px;
    height: 71px;
    float: left;
    margin: 0 15px 10px 0;
    padding: 20px 0 0 20px;
}

.secondLogo-container {
    width: 117px;
    height: 80px;
    float: right;
    margin: 0 0 10px 0;
    padding: 20px 0 0;
}

.heroTitle-container{
    clear: both;
    margin: 0;
    padding: 10% 0 14% 0;
}

.heroTitle-container h1 {
    padding: 0;
    color: var(--light);
}

.heroTitle-container h1,
.heroTitle-container span {
    margin: 0;
    font-size: 86px;
    font-size: clamp(53.84px, 9vw, 105px);
    line-height: 0.95;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-family: rig-sans, sans-serif;
}

.heroTitle-container span {
    color: var(--yellow);
    display:block;
    text-align: right;
}

/* =======================  Mission Section
==========================================*/
.mission-section {
    background: var(--dark);
}

.mission-contentArea {
    padding-top: 3%;
}

p.mission {
    margin: 0 auto;
    max-width: 344px;
    padding: 10px 0;
    text-align: center;
    font-family: Georgia, serif;
    color: var(--yellow);
    font-size: 27.9px;
    line-height: 1.25;
}
@media (min-width: 630px) {
    p.mission {
    max-width: 600px;
    }}

@media (min-width: 900px) {
    p.mission {
    max-width: 800px;
    font-size: 34.74px;
    }}


/* =======================  Who Section
==========================================*/
.who-section {
    background: var(--dark);
}
.who-contentArea {
    padding-top: 3%;
}

.who-container {
    margin: 0 auto;
    border-radius: 22px;
    background: var(--yellow);
    padding: 22px 34px 10px;
    text-align: center;
}

h2.who {
    max-width: 250px;
    padding: 0 0 0.25em;
    font-size: 34.74px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}
@media (min-width: 700px) {
    h2.who {
    max-width: 100%;
}}
@media (min-width: 900px) {
    h2.who {
    font-size: 43.25px;
}}
h2.who,
.who-section p { 
    font-family: rig-sans, sans-serif;
    margin: 0 auto;
    color: var(--dark);
}

.who-section p {
    padding: 0 0 0.7em;
    font-size: 18px;
    line-height: 1.3;
}
@media (min-width: 900px) {
    .who-section p {
    font-size: 22.41px;
    line-height: 1.2;
}}
.who-section p.where {
max-width: 750px;
}
.who-section .roles,
.who-section span {
    font-weight:700;
}



/* =======================  Tile Section
==========================================*/

.tile-section {
    background: var(--dark);
}

.tile-contentArea {
    padding-top: 7%;
}
@media (min-width: 800px) {
    .tile-contentArea {
    padding-top: 5%;
}}

.tile-container {
    margin: 0 auto;
    max-width: 900px;
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.tile-column {
    flex: 0 0 75%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    scroll-snap-align: start;
}
@media (min-width: 600px) {
    .tile-column {
        flex-basis: 45%;
    }
}
@media (min-width: 950px) {
    .tile-container {
        overflow: visible;
    }
    .tile-column {
        flex: 1;
    }
}

/* Card dimensions */

.flip-card {
    perspective: 1000px;
    cursor: pointer;
    max-width: 288px;
}

.flip-card.short {
    height: 250px;
}
@media (max-width: 949px) {
    .flip-card.short {
        height: 230px;
    }}

.flip-card.tall {
    height: 340px;
}
@media (max-width: 949px) {
    .flip-card.tall {
        height: 315px;
    }
}

.card-f.short .flip-card-front  {
    height: 250px;
}


/* Flip mechanics */

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.75s ease;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner,
.flip-card.is-flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 28px;
    backface-visibility: hidden;
}

/* Front of cards: intro card */

.intro-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 4px solid var(--yellow);
    padding: 26px;
    background: var(--dark);
    box-sizing: border-box;
}
.intro-card p {
    margin: 0;
    font-family: rig-sans, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--yellow);
}
.right-align {
    text-align: right;
}

/* Front of cards: image cards */

.card-b .flip-card-front img,
.card-c .flip-card-front img,
.card-d .flip-card-front img,
.card-e .flip-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-b .flip-card-front {
    /* background: url('//webassets.manchester.ac.uk/faculty/fse/bespoke-shared-templates/fse-faculty/campaigns/fashion-2026/image/banner-image-950x478.jpg') no-repeat center / cover; */
    background: url('//webassets.manchester.ac.uk/faculty/fse/bespoke-shared-templates/fse-faculty/campaigns/fashion-2026/image/bags-580x500-2x.jpg') no-repeat center / cover;
}
.card-c .flip-card-front {
    background: url('//webassets.manchester.ac.uk/faculty/fse/bespoke-shared-templates/fse-faculty/campaigns/fashion-2026/image/fashion-mgr-580x500_2X.jpg') no-repeat center / cover;
}
.card-d .flip-card-front {
    background: url('//webassets.manchester.ac.uk/faculty/fse/bespoke-shared-templates/fse-faculty/campaigns/fashion-2026/image/marketer-580x680-2x.jpg') no-repeat center / cover;
}
.card-e .flip-card-front {
    background: url('//webassets.manchester.ac.uk/faculty/fse/bespoke-shared-templates/fse-faculty/campaigns/fashion-2026/image/sewing-machine-580x680_2X.jpg') no-repeat center / cover;
}

/* Front card F - Pinterest*/

.pinterest-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 26px;
    background: var(--yellow);
    box-sizing: border-box;
}
.pinterest-icon-img {
    position: absolute;
    top: 24px;
    right: 24px;
}
.pinterest-card p {
    margin: 0;
    font-family: rig-sans, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--dark);
}


/* Back of cards */

.flip-card-back {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    gap: 26px;
    padding: 28px;
    box-sizing: border-box;
    transform: rotateY(180deg);
    text-align: left;
}

.flip-card-back p {
    margin: 0;
    font-family: rig-sans, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.yellow-back {
    background: var(--yellow);
}

.yellow-back p {
    color: var(--dark);
}

.dark-back {
    background: var(--dark);
    border: 4px solid var(--yellow);
}

.dark-back p {
    color: var(--yellow);
}

/* Buttons */

.flip-card .flip-card-inner .flip-button {
    display:inline-block;
    border-radius: 14px; /*14px 20px*/
    padding: 14px;
    font-family: rig-sans, sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.flip-card .flip-card-inner .dark-button,
.mainContentContainer .flip-card-back a { /*T4 over-ride */
    background: var(--dark);
    color: var(--yellow);
}

.flip-card .flip-card-inner .yellow-button {
    background: var(--yellow);
    color: var(--dark);
}

/* =======================  Visit Section
==========================================*/
.visit-section {
    background: var(--dark);
}
.visit-contentArea {
    padding: 6% 0;
}

.visit-container {
    margin: 0 auto;
    text-align: center;
}
.visit-section h2 { 
    margin: 0 auto;
    max-width: 200px;
    padding: 0 0 0.7em;
    font-family: Georgia, serif; /* similar to Seasons */
    font-size: 18px;
    line-height: 1.3;
    color: var(--light);
}
@media (min-width: 700px) {
    .visit-section h2 {
    max-width: 100%;
}}
@media (min-width: 900px) {
    .visit-section h2 {
    font-size: 22.41px;
    line-height: 1.2;
}}

.visit-section .button {
    display: inline-block;
    border-radius: 12px;
    background: var(--yellow);
    padding: 16px 24px;
    font-family: rig-sans, sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    color: var(--dark);
    text-decoration: none;
}
@media (min-width: 900px) {
    .visit-section .button {
    font-size: 22.41px;
}}





