@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --fz-base: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem);
  --fz-10: clamp(1.2rem, 0.8571rem + 3.2143vw, 3rem);
  --fz-9: clamp(1.2rem, 0.8929rem + 1.7857vw, 1.8rem);
  --clr-base: #000;
  --background-body: #f9f4f2;
}

/**
 * @license
 *
 * Font Family: Gambetta
 * Designed by: Paul Troppmar
 * URL: https://www.fontshare.com/fonts/gambetta
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Gambetta Variable(Variable font)
 * Gambetta Variable Italic(Variable font)
 * Gambetta Light
 * Gambetta Light Italic
 * Gambetta Regular
 * Gambetta Italic
 * Gambetta Medium
 * Gambetta Medium Italic
 * Gambetta Semibold
 * Gambetta Semibold Italic
 * Gambetta Bold
 * Gambetta Bold Italic
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 300.0 'wght' 700.0;
*
* available axes:

* 'wght' (range from 300.0 to 700.0)

* 'wght' (range from 300.0 to 700.0)

*/
@font-face {
  font-family: "Gambetta-Variable";
  src: url("../fonts/Gambetta-Variable.woff2") format("woff2"), url("../fonts/Gambetta-Variable.woff") format("woff"), url("../fonts/Gambetta-Variable.ttf") format("truetype");
  font-weight: 300 700;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 300.0 'wght' 700.0;
*
* available axes:

* 'wght' (range from 300.0 to 700.0)

* 'wght' (range from 300.0 to 700.0)

*/
@font-face {
  font-family: "Gambetta-VariableItalic";
  src: url("../fonts/Gambetta-VariableItalic.woff2") format("woff2"), url("../fonts/Gambetta-VariableItalic.woff") format("woff"), url("../fonts/Gambetta-VariableItalic.ttf") format("truetype");
  font-weight: 300 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Gambetta";
  src: url("../fonts/Gambetta-Light.woff2") format("woff2"), url("../fonts/Gambetta-Light.woff") format("woff"), url("../fonts/Gambetta-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gambetta";
  src: url("../fonts/Gambetta-LightItalic.woff2") format("woff2"), url("../fonts/Gambetta-LightItalic.woff") format("woff"), url("../fonts/Gambetta-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Gambetta";
  src: url("../fonts/Gambetta-Regular.woff2") format("woff2"), url("../fonts/Gambetta-Regular.woff") format("woff"), url("../fonts/Gambetta-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gambetta";
  src: url("../fonts/Gambetta-Italic.woff2") format("woff2"), url("../fonts/Gambetta-Italic.woff") format("woff"), url("../fonts/Gambetta-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Gambetta";
  src: url("../fonts/Gambetta-Medium.woff2") format("woff2"), url("../fonts/Gambetta-Medium.woff") format("woff"), url("../fonts/Gambetta-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gambetta";
  src: url("../fonts/Gambetta-MediumItalic.woff2") format("woff2"), url("../fonts/Gambetta-MediumItalic.woff") format("woff"), url("../fonts/Gambetta-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Gambetta";
  src: url("../fonts/Gambetta-Semibold.woff2") format("woff2"), url("../fonts/Gambetta-Semibold.woff") format("woff"), url("../fonts/Gambetta-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gambetta";
  src: url("../fonts/Gambetta-SemiboldItalic.woff2") format("woff2"), url("../fonts/Gambetta-SemiboldItalic.woff") format("woff"), url("../fonts/Gambetta-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Gambetta";
  src: url("../fonts/Gambetta-Bold.woff2") format("woff2"), url("../fonts/Gambetta-Bold.woff") format("woff"), url("../fonts/Gambetta-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gambetta";
  src: url("../fonts/Gambetta-BoldItalic.woff2") format("woff2"), url("../fonts/Gambetta-BoldItalic.woff") format("woff"), url("../fonts/Gambetta-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
html,
body {
  height: 100%;
}

body {
  font-family: "Gambetta";
  background-color: var(--background-body);
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.hello {
  font-size: var(--fz-10);
  font-weight: 600;
  padding-top: 15vh;
  margin: 0;
  line-height: 1.25;
}
@media (min-width: 48rem) {
  .hello {
    padding-top: 20vh;
  }
}
.hello .br {
  display: none;
}
@media (min-width: 48rem) {
  .hello .br {
    display: inline;
  }
}

.current {
  font-size: var(--fz-9);
  font-weight: 400;
  letter-spacing: -0.015em;
  margin-top: 35px;
}
@media (min-width: 48rem) {
  .current {
    margin-top: 55px;
    max-width: 900px;
  }
}
.current a {
  color: var(--clr-base);
  text-decoration: underline;
  font-style: italic;
  font-weight: 600;
}

.availability {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.5625rem);
  margin-top: 55px;
}
.availability svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
.availability a {
  text-decoration: underline;
  color: var(--clr-base);
  font-weight: 500;
  font-style: italic;
}
.availability span {
  background-color: #f8ee01;
}

.halo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.halo {
  position: absolute;
  width: 70vh;
  height: 70vh;
  left: calc(100% - 70vh);
  top: 0;
  transform: translateX(-35vh) translateY(-35vh);
  background: radial-gradient(50% 50% at 50% 50%, rgba(248, 238, 0, 0.5) 14.06%, rgba(217, 217, 217, 0) 100%);
}

.intro {
  max-width: 1100px;
}

.main {
  flex: 1;
}

.main,
.footer,
.header {
  padding: 0 30px;
}
@media (min-width: 48rem) {
  .main,
  .footer,
  .header {
    padding: 0 88px;
  }
}

.header {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 48rem) {
  .header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.nav {
  width: 100%;
  padding: 15px 0;
  font-size: 1.275rem;
}
@media (min-width: 62rem) {
  .nav {
    font-size: clamp(1.125rem, 1rem + 0.625vw, 1.5625rem);
    padding: 40px 0;
  }
}
.nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 48rem) {
  .nav ul {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.nav ul a {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.5625rem);
  font-weight: 600;
  text-decoration: none;
  color: var(--clr-base);
}
.nav ul a:hover {
  text-decoration: underline;
}
.nav ul a[href^="mailto:"] span {
  text-decoration: underline;
}
.pencil {
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.mai {
  font-weight: bold;
  font-size: 1.75rem;
}

.header {
  display: flex;
  align-items: center;
}
.header a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--clr-base);
}

.swiper {
  width: 100%;
}

.portfolio figure {
  user-select: none;
}
.portfolio figcaption {
  margin-top: 0.85vw;
  font-size: 14px;
}
.portfolio .swiper-button-next,
.portfolio .swiper-button-prev {
  display: none;
}
@media (min-width: 48rem) {
  .portfolio .swiper-button-next,
  .portfolio .swiper-button-prev {
    display: flex;
    top: 44%;
  }
}

.swiper-wrapper {
  padding-bottom: 13px;
}

.portfolio .swiper-button-prev:after,
.portfolio .swiper-button-next:after {
  transition: 200ms ease;
  opacity: 0.5;
  color: var(--clr-base);
  font-size: 1.2rem;
}

.portfolio:hover .swiper-button-prev:after,
.portfolio:hover .swiper-button-next:after {
  opacity: 1;
}

.portfolio .swiper-button-prev:after {
  content: "←";
}

.portfolio .swiper-button-next:after {
  content: "→";
}

.request span {
  font-weight: 600;
  font-style: italic;
}

.page-home .request {
  display: none;
}

body:not(.page-home) .nav li:nth-of-type(2),
body:not(.page-home) .nav li:nth-of-type(3) {
  display: none;
}

/*# sourceMappingURL=site.css.map */
