:root {
	/* Brand Colors */
	--color-main:#454545;
	--color-gold-light:#FFDBA4;
	--color-gold-dark:#FCB74D;
	--color-orange:#E8842F;
	--color-orange-dark:#E88431;
	--color-blue-mid:#374291;
	--color-blue-dark:#222E7F;
	--color-blue-light:#4D62AF;
	--color-green:#239F2A;

	/* Fonts */
	--font-tomorrow-body:"proxima-nova", sans-serif;
	--font-tomorrow-heading:"playfair-display", serif;
}

body {font-family:var(--font-tomorrow-body);}
h2,
h3,
h4 {font-family:var(--font-tomorrow-heading);}

.banner-film {padding:60px 0;}
.banner-film .button {display:block;width:200px;margin:0 auto 15px;font-family:var(--font-heading);color:#000;}
.film-button-1 {background:#e7d4bd;}
.film-button-2 {background:#a6543d;}
.film-button-2 span {display:inline-block;position:relative;}

.tomorrow-intro p:first-of-type,
.tomorrow-intro h3 {color:#fff;}

.tomorrow-intro p:first-of-type {font-size:24px;font-weight:600;text-transform:uppercase;}
.tomorrow-intro h3 {margin-bottom:10px;}

.film-credits {position:relative;}
.film-credits-pic {position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.1;}

.section-title {text-align:center;text-transform:uppercase;}
.section-title span {display:inline-block;border-bottom:1px solid #463222;color:#463222;}
.chefs .section-title span {border-color:#e1d3bd;color:#e1d3bd;}

.honorees {margin-top:-60px;padding-bottom:60px;position:relative;z-index:2;clip-path:ellipse(250% 100% at 50% 100%);}

.chefs {padding-top:30px;margin-top:-4px;position:relative;z-index:3;}
.wave-mask,
.wave-mask img {display:block;width:100%;padding:0;margin:0;}
.wave-mask {margin-top:-35px;z-index:3;position:relative;}

.ticket-section {position:relative;padding-bottom:100px;}
.ticket-overlay-bg {position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.2;}
.ticket-section .container {z-index:2;}
.ticket-top-content {padding-bottom:30px;}
.ticket-top-content p {font-family:var(--font-tomorrow-heading);}
.ticket-section p,
.ticket-section h3 {color:#e1d3bd;}
.ticket-col {margin-bottom:20px;}
.ticket-col h3 {text-decoration:underline;}

.ticket-left .button {background:#e1d3bd;color:#000;width:200px;}

.tomorrow-honoree,
.tomorrow-feat-chef,
.tomorrow-default-chef {margin-top:40px;}
.tomorrow-honoree .honoree-pic,
.tomorrow-feat-chef .chef-pic {max-width:250px;margin:0 auto 20px;}
.tomorrow-honoree .honoree-pic img,
.tomorrow-feat-chef .chef-pic img {display:block;width:100%;border-radius:100%;border:3px solid #463222;}
.tomorrow-honoree span,
.tomorrow-feat-chef span {display:block;}
.tomorrow-honoree .honoree-name,
.tomorrow-feat-chef .chef-name {font:30px/1.2 var(--font-tomorrow-heading);color:#463222;}
.tomorrow-honoree .honoree-award,
.tomorrow-feat-chef .chef-title {font-size:20px;color:#8c3f1d;font-weight:600;}
.tomorrow-honoree .honoree-bio p,
.tomorrow-feat-chef .chef-bio p {font-size:14px;}
.tomorrow-honoree .honoree-bio p {color:#463222;}
.tomorrow-feat-chef .chef-name,
.tomorrow-feat-chef .chef-bio p {color:#e1d3bd;}

.tomorrow-default-chef .chef-pic {width:300px;display:block;margin-bottom:10px;}
.tomorrow-default-chef .chef-name {font-family:var(--font-tomorrow-heading);color:#fff;margin-bottom:0;}
.tomorrow-default-chef .chef-bio p {font-size:14px;color:#e1d3bd}

.film-credits p {font:1.8rem/1.6 var(--font-heading);font-weight:600;}

.committee-title h3 {color:#463222;line-height:1.1;}
.committee-block p {font-family:var(--font-tomorrow-heading);font-size:1.4rem;color:#fff;}

.sponsors-wrap {padding:200px 0 40px;position:relative;}
.sponsors-wrap h2 {color:#463222;}
.sponsors-wrap-overlay {position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.6;}
.sponsors-wrap .container {z-index:2;}

.sponsors-wrap p {max-width:800px;margin:0 auto;font-family:var(--font-tomorrow-heading);font-size:1.6rem;color:#fff;}

.sponsors-row h2 {color:#463222;margin-bottom:40px;}
.sponsors-row img {width:200px;max-width:100%;}
.sponsors-row-inner {padding-bottom:40px;}
.sponsors-row-inner div {max-width:200px;margin:0 auto 50px;}

.tomorrow-btm-content h2,
.tomorrow-btm-content h3,
.tomorrow-btm-content a {color:#fff;}
.tomorrow-btm-content p {font-size:1.6rem;color:#e1d3bd}
.tomorrow-btm-content p:last-of-type {font-weight:600;font-style:italic;color:#fff;}

.tomorrow-contact-blocks {text-align:center;}
.tomorrow-contact-blocks h2,
.tomorrow-contact-blocks h3 {color:#e1d3bd;text-transform:uppercase;}
.tomorrow-contact-blocks p {font-family:var(--font-tomorrow-heading);color:#fff;}

@media (max-width:999px) {
	.banner-film {padding:20px 0;}
	.banner-film img {max-width:200px;margin-bottom:300px;}
}
@media (min-width:750px) {
	.banner-film {padding:100px 0;}

	.section-title {font-size:3.6rem !important;}

	.tomorrow-feat-chef {display:flex;justify-content: space-between;align-items: center;}
	.tomorrow-feat-chef .chef-pic {width:280px;margin:0;}
	.tomorrow-feat-chef .chef-content {width:calc(100% - 320px);}

	.tomorrow-all-chefs {display: grid;grid-template-columns: repeat(auto-fill, 48%);justify-content: space-between;}

	.honorees {padding-bottom:160px;}
	.wave-mask {margin-top:-120px;}
}

@media (min-width:1000px) {
	.banner-film {padding:160px 0;}

	.banner-film .button {display:inline-block;margin:0;}
	.film-button-1 {margin-right:15px;}

	.tomorrow-intro p:first-of-type {font-size:28px;letter-spacing:2px;}
	.tomorrow-intro p:nth-of-type(2) {font-size:32px;line-height:42px;}

	.ticket-section {padding-bottom:180px;}
	.ticket-columns {display:flex;justify-content:space-between;max-width:1200px;margin:30px auto 0;}
	.ticket-col {width:48%;}
	.ticket-left p {font-size:20px;}
	.ticket-right p {font-size:16px;}

	.honorees {margin-top:-170px;clip-path:ellipse(100% 100% at 50% 100%);}

	.tomorrow-honorees {display:flex;flex-wrap:wrap;justify-content:center;gap:3.5%;}
	.tomorrow-honorees .tomorrow-honoree {width:31%;box-sizing:border-box;}

	/*.chefs {margin-top:-160px;padding-top:220px !important;}*/

	.tomorrow-feat-chefs 	{display:flex;flex-wrap:wrap;justify-content:center;gap:3.5%;}
	.tomorrow-feat-chefs .tomorrow-feat-chef {box-sizing:border-box;}
	.tomorrow-feat-chefs.col-1 .tomorrow-feat-chef {width:80%;margin:0 auto;}
	.tomorrow-feat-chefs.col-2 .tomorrow-feat-chef {width:48%;}
	.tomorrow-feat-chefs.col-3 .tomorrow-feat-chef {width:31%;}


	.committee-grid {display:grid;grid-template-columns:18% repeat(3, 1fr);gap:3%;}
	.committee-title {display:flex;align-items:center;}
	.committee-title h3,
	.committee-block p {margin:0;}

	.tomorrow-contact-blocks {display:flex;justify-content:space-between;text-align:left;max-width:680px;margin:0 auto;}
	.tomorrow-contact-blocks h2 {width:305px;}
	.tomorrow-contact-blocks p {width:calc(100% - 330px);}

	.sponsors-row-inner {padding-bottom:80px;}
	.sponsors-row-inner,
	.tomorrow-all-chefs {display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}
	.sponsors-row-inner div {max-width:none;width:25%;box-sizing:border-box;padding:0 45px;margin:0 0 60px;}

	.chefs {padding-top:0;}

	.tomorrow-all-chefs > * {width:31%;box-sizing:border-box;}
}