/*
Theme Name: GigSavvy
Author: James Sui
Author URI: https://jamessui.com/
*/

/* resets
--------------------------------------------------------------------------
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; line-height: 1; overflow-y: scroll; box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

article, aside, details, div, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { position: relative; display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
progress { vertical-align: baseline; }
[hidden], template { display: none; }

svg:not(:root) { overflow: hidden; }

img, iframe { border: 0; vertical-align: middle; }

strong { font-weight: 700; }
em { font-style: italic; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

button, input, optgroup, select, textarea { margin: 0; font: inherit; font-size: 100%; line-height: 1; vertical-align: baseline; color: inherit; outline: 0; border-radius: 0; }
button, input, textarea { padding: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
label, button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; }
button, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; }
button[disabled], input[disabled] { cursor: default; }
button { width: auto; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border: 0; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal { display: none; width: 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

table { border-collapse: collapse; border-spacing: 0; }
th, td { vertical-align: top; }
th { font-weight: normal; text-align: left; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

ul, ol { list-style: none; }
li { display: list-item; }

hr { box-sizing: content-box; height: 0; overflow: visible; }

a { color: #91FCFD; background: transparent; text-decoration: none; cursor: pointer; text-decoration-skip: ink; }
a:hover { color: #FFFFFF; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

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

a, span, button { transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, opacity 0.4s ease, text-decoration-color 0.4s ease; }

/* global
--------------------------------------------------------------------------
*/

body { font: 500 62.5%/1 'neue-haas-grotesk-display', 'Helvetica Neue', Arial, Helvetica, sans-serif; background: #222222; color: #FFFFFF; }

.anim,
.animc > * { position: relative; transform: translateY(100px); opacity: 0; transition: all 0.6s ease; }
.anim.inview,
.animc > *.inview { transition-delay: 0.4s; transform: translateY(0); opacity: 1; }

header { width: 100%; padding: 10px; background: #000000; position: fixed; top: 0; left: 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; z-index: 100; }
header h1 img { width: auto; height: 40px; }
header > ul li button { font-size: 20px; background: none; border: 0; -webkit-appearance: none; appearance: none; }
header > ul li button span { display: block; }
header > ul li button span + span { display: none; }
html.menu header > ul li button span { display: none; }
html.menu header > ul li button span + span { display: block; }
header p { width: 100%; margin: 1em 0 0; font-style: italic; font-size: 10px; }
header nav { display: none; }

@media only screen and (min-width: 980px) {
	header { padding: 20px 50px; }
	header h1 img { height: 60px; }
	header > ul { display: none; }
	header p { font-size: 15px; }
	header nav { display: block; }
	header nav ul { font-weight: 700; font-size: 15px; display: flex; gap: 2em; }
}

html.menu { overflow-y: hidden; }
body > .menu { width: 100%; height: 100%; padding: 100px 20px; background: #000000; position: fixed; top: 0; left: -100%; display: flex; justify-content: center; align-items: center; text-align: center; transition: left 0.4s ease; z-index: 99; }
html.menu body > .menu { left: 0; }
body > .menu ul { font-weight: 900; font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: 0.2em; display: flex; flex-direction: column; gap: 2em; }

@media only screen and (min-width: 980px) {
	html.menu { overflow-y: scroll; }
	body > .menu { display: none; }
}

main { max-width: 1200px; margin: 0 auto; padding: 100px 20px 40px; }
main h1 { font-weight: 900; font-size: 30px; line-height: 1.5; text-transform: uppercase; letter-spacing: 0.2em; color: #91FCFD; }
main h2 { margin: 1.5em 0 0; padding: 1.5em 0 0; font-weight: 700; font-size: 20px; line-height: 1.5; border-top: 1px solid #FFFFFF; }
main h3 { margin: 1.5em 0 0; font-weight: 700; font-size: 15px; line-height: 1.5; }
main h4 { margin: 1.5em 0 0; font-weight: 900; font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: 0.2em; }
main p,
main ul { margin: 1.5em 0 0; font-size: 15px; line-height: 1.5; }
main h4 + ul { margin-top: 0; }
main ul { margin-left: 1.5em; }
main ul li { padding: 0 0 0 0.5em; }
main ul li::marker { content: '•'; }
main ul.ticks li::marker { content: '✓'; }
main ul.buttons { margin-left: 0; font-size: 12px; display: flex; flex-wrap: wrap; gap: 1em; }
main ul.buttons li { padding: 0; }
main ul.buttons li::marker { content: ""; }
main ul.buttons li a { padding: 0.5em 1em; border-radius: 0.25em; color: #000; background: #91FCFD; display: inline-flex; align-items: center; gap: 0.5em; }
main ul.buttons li a:hover { color: #91FCFD; background: #000; }

@media only screen and (min-width: 980px) {
	main { padding: 180px 50px 100px; }
	main h1 { font-size: 40px; }
	main h2 { font-size: 28px; }
	main h3 { font-size: 20px; }
	main h4 { font-size: 15px; }
	main p,
	main ul { font-size: 20px; }
	main ul.buttons { font-size: 15px; }
}

footer { background: #91FCFD; color: #000000; }
footer a { color: #222222; }
footer a:hover { color: #222222; opacity: 0.5; }
footer .wrap { max-width: 1200px; margin: 0 auto; padding: 20px; display: grid; grid-template-columns: 1fr; gap: 20px; }
footer .col h2 { margin: 1.5em 0 0; font-weight: 900; font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: 0.2em; }
footer .col h2:first-child { margin: 0; }
footer .col ul,
footer .col p { margin: 0.5em 0 0; font-size: 15px; line-height: 1.5; }
footer .col ul.social { font-size: 20px; display: flex; gap: 0.75em; }
footer .col:last-child ul,
footer .col:last-child p { font-size: 12px; }

@media only screen and (min-width: 980px) {
	footer .wrap { padding: 50px; grid-template-columns: 1fr 1fr 1fr; }
	footer .col ul,
	footer .col p { font-size: 20px; }
	footer .col:last-child ul,
	footer .col:last-child p { font-size: 15px; }
	footer .col ul.social { font-size: 30px; }
}