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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

:root {
  --viewport-height: 100vh;
}

html {
  font-size: 18pt;
}

body {
  -webkit-text-size-adjust: none;
  background: radial-gradient(circle at 50% 0%, rgba(255, 140, 168, 0.08), transparent 24rem), #363657;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
  min-height: var(--viewport-height);
  min-width: 320px;
  overflow-x: hidden;
  word-wrap: break-word;
}

button,
input,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.25s ease;
}

a:hover {
  text-decoration: none;
}

.site-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: var(--viewport-height);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.site-main {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  max-width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
}

.inner {
  max-width: 100%;
  padding: 2.75rem 2rem;
  position: relative;
  width: 48rem;
  z-index: 1;
}

.page-section {
  display: none;
  margin: 0 auto;
}

.page-section.active {
  display: block;
}

.page-section > * {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.page-section > :first-child {
  margin-top: 0 !important;
}

.page-section > :last-child {
  margin-bottom: 0 !important;
}

.profile-image {
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  padding: 0.18rem;
  border: 1px solid rgba(255, 140, 168, 0.58);
  border-radius: 100%;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.18);
  width: 8rem;
}

.profile-image img {
  aspect-ratio: 1;
  border-radius: 100%;
  height: 8rem;
  object-fit: cover;
  object-position: 50% 18%;
  width: 8rem;
}

h1,
h2,
h3 {
  color: #ff8ca8;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  letter-spacing: 0.325rem;
  line-height: 1.375;
  text-transform: uppercase;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 0.8em;
}

p {
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.625;
}

.divider {
  background: rgba(255, 255, 255, 0.16);
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  width: 8.125rem;
}

.button-nav {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 47rem;
}

.button-nav a,
.contact-form button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.149);
  border-radius: 0.375rem;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 0.56em;
  height: 3.125rem;
  justify-content: center;
  letter-spacing: 0.22rem;
  line-height: 1;
  padding-left: 0.325rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

.button-nav a:hover,
.button-nav a.active {
  background: rgba(255, 140, 168, 0.035);
  border-color: #ff8ca8;
  color: #ff8ca8;
  transform: translateY(-0.08rem);
}

.gallery {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.gallery-item {
  appearance: none;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.375rem;
  box-shadow: 0 0.7rem 1.8rem rgba(0, 0, 0, 0.13);
  cursor: pointer;
  display: block;
  height: 7.5rem;
  margin: 0;
  overflow: hidden;
  padding: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  width: 100%;
}

.gallery-item:hover {
  border-color: rgba(255, 140, 168, 0.7);
  opacity: 0.9;
  transform: translateY(-0.16rem);
}

.gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.goss-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
}

.goss-grid article {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.375rem;
  padding: 1.15rem;
  transition: border-color 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

.goss-grid article:hover {
  background: rgba(255, 140, 168, 0.035);
  border-color: rgba(255, 140, 168, 0.7);
  transform: translateY(-0.12rem);
}

.goss-grid article > * {
  margin-bottom: 0.8rem;
  margin-top: 0.8rem;
}

.goss-grid article > :first-child {
  margin-top: 0;
}

.goss-grid article > :last-child {
  margin-bottom: 0;
}

.goss-grid p {
  font-size: 0.85em;
}

.social-links {
  align-items: center;
  display: flex;
  gap: 0.85rem;
  justify-content: center;
}

.social-links a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.149);
  border-radius: 100%;
  display: inline-flex;
  height: 3.125rem;
  justify-content: center;
  text-decoration: none;
  transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
  width: 3.125rem;
}

.social-links a:hover,
.social-links a:focus-visible {
  background: rgba(255, 140, 168, 0.035);
  border-color: #ff8ca8;
  color: #ff8ca8;
  transform: translateY(-0.08rem);
}

.social-links svg {
  fill: none;
  height: 1.15rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 1.15rem;
}

.contact-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 34rem;
}

.field-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.contact-form input,
.contact-form textarea {
  appearance: none;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.149);
  border-radius: 0.375rem;
  color: #ffffff;
  outline: 0;
  padding: 0.9rem 1rem;
  width: 100%;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.contact-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.contact-form button {
  margin: 1rem auto 0;
  min-width: 9.875rem;
}

.contact-form button:hover {
  background: rgba(255, 140, 168, 0.035);
  border-color: #ff8ca8;
  color: #ff8ca8;
  transform: translateY(-0.08rem);
}

.contact-form button:disabled {
  cursor: progress;
  opacity: 0.55;
  transform: none;
}

.form-status {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.75em;
  min-height: 1.5em;
}

.copyright {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75em;
}

.lightbox {
  align-items: center;
  backdrop-filter: blur(0.35rem);
  background: rgba(10, 10, 10, 0.88);
  display: grid;
  gap: 0;
  grid-template-columns: 5rem minmax(0, 1fr) 5rem;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 2rem 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}

.lightbox.visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.lightbox figure {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin: 0 auto;
  min-width: 0;
  width: min(50rem, calc(100vw - 10rem));
}

.lightbox img {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.35rem;
  box-shadow: 0 1em 3em rgba(0, 0, 0, 0.35);
  height: auto;
  margin: 0 auto;
  max-height: 68vh;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.lightbox figcaption {
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 0 2rem;
  text-align: center;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  opacity: 0.72;
  padding: 0;
  transition: opacity 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255, 140, 168, 0.08);
  border-color: #ff8ca8;
  color: #ff8ca8;
  opacity: 1;
  transform: translateY(-0.08rem);
}

.lightbox-close svg,
.lightbox-prev svg,
.lightbox-next svg {
  fill: none;
  height: 1.75rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 1.75rem;
}

.lightbox-close {
  height: 3.25rem;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 3.25rem;
}

.lightbox-prev,
.lightbox-next {
  height: 5rem;
  width: 5rem;
}

@media (max-width: 980px) {
  html {
    font-size: 16pt;
  }

  .button-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 32rem;
  }

  .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .goss-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 736px) {
  html {
    font-size: 12pt;
  }

  .inner {
    padding: 2.5rem 1.5rem;
  }

  h1 {
    font-size: 2em;
    letter-spacing: 0.25rem;
  }

  h2 {
    font-size: 1.25em;
    letter-spacing: 0.25rem;
  }

  .button-nav {
    gap: 0.75rem;
    grid-template-columns: 1fr;
    max-width: 18rem;
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-item {
    height: 8.5rem;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .lightbox {
    grid-template-columns: 1fr;
    padding: 4rem 1rem 1.5rem;
  }

  .lightbox figure {
    width: 100%;
  }

  .lightbox-prev,
  .lightbox-next {
    display: none;
  }

  .lightbox img {
    height: auto;
    max-height: 68vh;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}
