/*! 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; }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url("/fonts/roboto-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/tangerine-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --primary-color: #555;
  --primary-hover: #777;
  --text-color: #333;
  --border-color: #999;
  --background-light: #f5f5f5;
  --shadow-light: rgba(0, 0, 0, 0.1);
  --max-width: 960px;
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --font-size-base: 1.6rem;
  --font-size-sm: 1.4rem;
  --font-size-lg: 1.8rem;
  --transition-speed: 0.3s; }

* {
  box-sizing: border-box; }

.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 99999;
  padding: 1rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem; }
  .skip-link:focus {
    top: 0; }

html {
  font-size: 62.5%;
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth; }

body {
  font-size: var(--font-size-base);
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: var(--text-color);
  touch-action: manipulation; }

h1 {
  font-weight: 400;
  font-size: 3.5rem;
  margin: 0; }

h2 {
  font-weight: 400;
  font-size: 2.8rem;
  padding: 0 0 2rem;
  text-transform: lowercase;
  color: var(--primary-color);
  text-shadow: 0 1px 0 #eee;
  margin-top: 0; }

h3 {
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--primary-color);
  margin-top: 2rem; }

img {
  max-width: 100%;
  height: auto; }

.container {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
  padding: 0 20px; }

header {
  border-bottom: 3px solid #000;
  position: sticky;
  top: 0;
  background-color: #fff;
  text-transform: lowercase;
  z-index: 100;
  padding: var(--spacing-sm) 0; }
  header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: relative; }
  header .site-title {
    margin: 0; }
    header .site-title a {
      text-decoration: none;
      color: var(--primary-color);
      transition: color var(--transition-speed) ease; }
      header .site-title a:hover {
        color: var(--primary-hover); }
  header .main-navigation .nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: var(--spacing-md); }
    header .main-navigation .nav-list .nav-item .nav-link {
      text-decoration: none;
      color: var(--primary-color);
      font-size: 1.2rem;
      padding: var(--spacing-xs) 0;
      border-bottom: 2px solid transparent;
      transition: all var(--transition-speed) ease; }
      header .main-navigation .nav-list .nav-item .nav-link:hover {
        border-bottom-color: var(--border-color);
        color: var(--primary-hover); }

.panel {
  margin-bottom: 4rem; }
  .panel > img, .panel > picture {
    display: block;
    width: 100%; }
  .panel > picture img, .panel > img {
    display: block;
    border-bottom: 1px dotted #999;
    width: 100%;
    aspect-ratio: 960 / 250;
    object-fit: cover;
    object-position: center; }

.swiper {
  width: 100%;
  height: 480px;
  max-width: 960px;
  margin: 0 auto; }
  .swiper .swiper-wrapper {
    align-items: center; }
  .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center; }
    .swiper .swiper-slide img, .swiper .swiper-slide picture {
      width: 100%;
      height: 100%; }
    .swiper .swiper-slide picture {
      display: flex;
      align-items: center;
      justify-content: center; }
    .swiper .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    color: #666;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    touch-action: manipulation; }
    .swiper .swiper-button-prev::after,
    .swiper .swiper-button-next::after {
      font-size: 28px;
      font-weight: 900;
      text-shadow: 0 0 3px rgba(255, 255, 255, 0.8); }
  .swiper .swiper-button-prev {
    left: 10px; }
  .swiper .swiper-button-next {
    right: 10px; }
  .swiper .swiper-pagination {
    bottom: 10px; }
  .swiper .swiper-pagination-bullet {
    background-color: #ddd;
    opacity: 0.5; }
    .swiper .swiper-pagination-bullet-active {
      opacity: 1; }

p {
  font-size: 1.4rem;
  line-height: 2rem; }

.signature {
  font-family: 'Tangerine', cursive;
  font-size: 3rem;
  margin-bottom: 1rem; }

#col_left {
  float: left;
  text-align: justify;
  width: 60%;
  margin-bottom: 50px; }
  #col_left a {
    text-decoration: underline;
    color: #000; }
    #col_left a:hover {
      color: #777; }
  #col_left ul {
    font-size: 1.4rem; }
    #col_left ul li {
      margin-bottom: 1rem; }

#col_right {
  float: right;
  margin-bottom: 5rem; }

.contact {
  list-style: none;
  margin-bottom: 30px;
  width: 100%;
  float: right;
  margin: 0;
  margin-bottom: 2rem; }
  .contact li {
    text-decoration: none;
    background-color: var(--primary-color);
    border: 1px solid #333;
    border-radius: 3px; }
    .contact li:last-child {
      margin-top: 20px; }
    .contact li:hover {
      background-color: var(--primary-hover); }
    .contact li a {
      color: #fff;
      text-decoration: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 2rem 1rem;
      font-size: 1.3rem; }
      .contact li a strong {
        margin-right: 1rem;
        flex-shrink: 0; }
    .contact li span {
      text-align: right;
      word-break: break-word; }

footer {
  clear: both;
  font-size: 1.1rem;
  border-top: 1px solid #000;
  color: #737373;
  padding: 1rem 0; }

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2.4rem;
  cursor: pointer;
  padding: 0;
  color: var(--primary-color);
  transition: color var(--transition-speed) ease;
  line-height: 1; }
  .mobile-menu-toggle .hamburger-icon {
    display: inline-block;
    transition: transform var(--transition-speed) ease; }
    .mobile-menu-toggle .hamburger-icon::before {
      content: '\2630'; }
  .mobile-menu-toggle[aria-expanded="true"] .hamburger-icon::before {
    content: '\00D7'; }
  .mobile-menu-toggle:hover {
    color: var(--primary-hover); }

@media (max-width: 768px) {
  h1 {
    font-size: 2.4rem; }
  h2 {
    font-size: 2rem; }
  header {
    height: auto;
    padding-bottom: 0;
    background-color: #fff; }
    header h1 {
      margin-bottom: 0;
      display: inline-block; }
    header .header-content {
      flex-wrap: wrap; }
    header .main-navigation {
      position: absolute;
      top: 100%;
      left: -20px;
      right: -20px;
      background-color: #fff;
      box-shadow: 0 2px 5px var(--shadow-light);
      display: none;
      z-index: 1000; }
      header .main-navigation.active {
        display: block; }
      header .main-navigation .nav-list {
        flex-direction: column;
        gap: 0; }
        header .main-navigation .nav-list .nav-item {
          border-bottom: 1px solid #eee; }
          header .main-navigation .nav-list .nav-item:last-child {
            border-bottom: none; }
          header .main-navigation .nav-list .nav-item .nav-link {
            display: block;
            padding: var(--spacing-md) var(--spacing-lg);
            font-size: var(--font-size-sm);
            color: var(--primary-color);
            text-decoration: none;
            transition: background-color var(--transition-speed) ease;
            border-bottom: none; }
            header .main-navigation .nav-list .nav-item .nav-link:hover {
              background-color: var(--background-light);
              border-bottom: none; }
    header.menu-open .main-navigation {
      display: block; }
  .mobile-menu-toggle {
    display: block; }
  .panel {
    margin-bottom: 2rem; }
    .panel > picture img, .panel > img {
      aspect-ratio: 3/1;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .swiper {
    height: 350px; }
    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
      width: 40px;
      height: 40px;
      margin-top: -20px; }
      .swiper .swiper-button-prev::after,
      .swiper .swiper-button-next::after {
        font-size: 24px; }
  #col_left {
    width: 100%;
    float: none;
    margin-bottom: 2rem; }
  #col_right {
    float: none;
    width: 100%;
    margin-bottom: 2rem; }
  .contact {
    float: none;
    width: 100%; }
    .contact li {
      margin-bottom: 1rem; }
      .contact li a {
        font-size: 1.4rem;
        padding: 1.5rem 1rem; } }

@media (max-width: 480px) {
  .container {
    padding: 0 15px; }
  h1 {
    font-size: 2rem; }
  p {
    font-size: 1.3rem;
    line-height: 1.8rem; }
  .panel > picture img, .panel > img {
    aspect-ratio: 5/2;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .swiper {
    height: 280px; }
    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
      width: 36px;
      height: 36px;
      margin-top: -18px; }
      .swiper .swiper-button-prev::after,
      .swiper .swiper-button-next::after {
        font-size: 20px; } }
