/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../../../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../../../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/header-mobile-layout/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the line height in all browsers.
3. Prevent adjustments of font size after orientation changes in iOS.
4. Use a more readable tab size (opinionated).
*/
html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; /* 1 */
  line-height: 1.15; /* 2 */
  -webkit-text-size-adjust: 100%; /* 3 */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 4 */
}

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

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, 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 {
  inset-block-end: -0.25em;
}

sup {
  inset-block-start: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out
'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  block-size: 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.
*/
::-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 Chrome and Safari.
*/
summary {
  display: list-item;
}

:root {
  interpolate-size: allow-keywords;
}

html {
  scroll-behavior: smooth;
}

body .wp-site-blocks {
  min-block-size: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  display: flex;
  flex-direction: column;
}
body .wp-site-blocks > *:nth-last-child(2) {
  flex: 1 0 auto;
}

p {
  margin-block-end: 1rem;
}

button {
  cursor: pointer;
}

.hide {
  display: none;
  block-size: 0;
  inline-size: 0;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  block-size: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  inline-size: 1px !important;
  white-space: nowrap !important;
}

body:has(dialog[open]) {
  overflow: hidden;
}

dialog {
  background: none;
  border: none;
  padding: 0;
  max-block-size: 90vh;
  inline-size: clamp(60vw, 100%, 90vw);
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
  overflow: visible;
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}
dialog.dialog--opening {
  opacity: 1;
  transform: scale(1);
}
dialog.dialog--opening::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
dialog.dialog--closing::backdrop {
  background-color: rgba(0, 0, 0, 0);
}
dialog .dialog-content {
  position: relative;
  background-color: transparent;
  inline-size: 100%;
  max-inline-size: 100%;
}
dialog .dialog-content .dialog-close {
  position: absolute;
  inset-block-start: -2.5rem;
  inset-inline-end: 0;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  inline-size: 2.5rem;
  block-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
dialog .dialog-content .dialog-close:hover {
  opacity: 0.7;
}
dialog .dialog-content .dialog-close:focus, dialog .dialog-content .dialog-close:focus-visible {
  outline: 2px solid #fff;
}
dialog .dialog-content .dialog-close svg {
  fill: #fff;
  inline-size: 100%;
  block-size: 100%;
}
dialog .dialog-content .dialog-video {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
dialog .dialog-content .dialog-video iframe[src*=youtube],
dialog .dialog-content .dialog-video iframe[src*="youtu.be"] {
  aspect-ratio: 9/16;
  block-size: auto;
  max-block-size: 80vh;
  inline-size: 100%;
  border: none;
}
@media screen and (min-width: 768px) {
  dialog .dialog-content .dialog-video iframe[src*=youtube],
  dialog .dialog-content .dialog-video iframe[src*="youtu.be"] {
    aspect-ratio: 16/9;
    max-inline-size: 80vw;
  }
}

.header-mobile-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  inline-size: 100%;
}
@media (min-width: 48rem) {
  .header-mobile-layout {
    display: none;
  }
}
.header-mobile-layout .nav-logo {
  flex-shrink: 0;
}
.header-mobile-layout .nav-logo a {
  display: block;
  text-decoration: none;
}
.header-mobile-layout .nav-logo img {
  block-size: 3.125rem;
  inline-size: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-mobile-layout .nav-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  inline-size: 3.125rem;
  block-size: 3.125rem;
  padding: 0.75rem;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1001;
}
@media (min-width: 48rem) {
  .header-mobile-layout .nav-hamburger {
    display: none;
  }
}
.header-mobile-layout .nav-hamburger span {
  inline-size: 100%;
  block-size: 3px;
  background: var(--wp--preset--color--primary-200, #000);
  border-radius: 1px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.header-mobile-layout .nav-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header-mobile-layout .nav-hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
.header-mobile-layout .nav-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/*# sourceMappingURL=style-index.css.map*/