/* Tools */

/* Generic */
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

/* Objects - Non-cosmetic design patterns, grid, layout */


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements - Base HTML elements */
/* Typography */

html {
  scroll-behavior: smooth;
}

body {
  color: #ffffff;font-size: 16px;font-weight: 400; font-family: Inter, sans-serif;
  font-family: Inter, sans-serif;
  color: #2D2D2D;
  line-height: 1.6;
  background-color: #F9F8F6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Playfair Display, serif;
  color: #3D3D3D;
  margin: 0 0 1rem;
  line-height: 1.2;
}

h1 {
  color: #ffffff;font-size: 56px;font-weight: 500; font-family: 'Playfair Display', serif;
  text-transform: none;
}

h2 {
  color: #ffffff;font-size: 40px;font-weight: 500; font-family: 'Playfair Display', serif;
  text-transform: none;
}

h3 {
  color: #ffffff;font-size: 22px;font-weight: 600; font-family: 'Playfair Display', serif;
  text-transform: none;
}

p {
  margin: 0 0 1rem;
  color: #5C5C5C;
  line-height: 1.7;
}

a {
  color: #34b5e5;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #4A5B6A;
}

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

.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Buttons */

.btn-primary {
  display: inline-block;
  background: #34b5e5;
  color: #FFFFFF;
  padding: 1rem 2.2rem;
  border-radius: 4px;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  background: #4A5B6A;
  color: #FFFFFF;
}

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: #FFFFFF;
  padding: 1rem 2.2rem;
  border-radius: 4px;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-secondary:hover {
  border-color: #FFFFFF;
}

.btn-dark {
  display: inline-block;
  background: #ffffff;
  color: #FFFFFF;
  padding: 1rem 2.2rem;
  border-radius: 4px;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-dark:hover {
  background: #4A5B6A;
  color: #FFFFFF;
}
/* Forms */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="search"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #2D2D2D;
  background-color: #FFFFFF;
  border: 1px solid #D5DBE0;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #34b5e5;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 0.9rem;
  color: #2D2D2D;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.hs-form-field {
  margin-bottom: 1.25rem;
}

.hs-submit .hs-button {
  display: inline-block;
  background: #34b5e5;
  color: #FFFFFF;
  padding: 0.875rem 2rem;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.hs-submit .hs-button:hover {
  background: #4A5B6A;
}
/* Tables */

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

th,
td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #D5DBE0;
}

th {
  font-weight: 600;
  color: #3D3D3D;
  background-color: #F5F3F0;
}

td {
  color: #5C5C5C;
}

/* Components - Specific UI pieces (globals) */
/* Header */

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  z-index: 1000;
  border-bottom: 1px solid rgba(122, 139, 153, 0.2);
}

.header__skip {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.header__skip:focus {
  position: static;
  width: auto;
  height: auto;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.header__brand {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.header__brand-name {
  font-family: Playfair Display, serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #3D3D3D;
  letter-spacing: 0.02em;
}

.header__brand-sub {
  font-size: 0.7rem;
  font-weight: 500;
  color: #4A5B6A;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.header__nav {
  display: flex;
  align-items: center;
}

.header__nav .menu__wrapper {
  display: flex;
  list-style: none;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  align-items: center;
}

.header__nav .menu__link {
  text-decoration: none;
  color: #6E6E6E;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: color 0.3s ease;
}

.header__nav .menu__link:hover,
.header__nav .menu__link:focus {
  color: #3D3D3D;
}

.header__nav .menu__link--active-link {
  color: #3D3D3D;
}

.header__cta {
  display: inline-block;
  background: #3D3D3D;
  color: #FFFFFF;
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.3s ease;
}

.header__cta:hover {
  background: #4A5B6A;
  color: #FFFFFF;
}

.header__mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px;
}

.header__hamburger,
.header__hamburger::before,
.header__hamburger::after {
  display: block;
  width: 24px;
  height: 2px;
  background: #3D3D3D;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: relative;
}

.header__hamburger::before,
.header__hamburger::after {
  content: '';
  position: absolute;
}

.header__hamburger::before {
  top: -7px;
}

.header__hamburger::after {
  top: 7px;
}

.header__mobile-toggle.active .header__hamburger {
  background: transparent;
}

.header__mobile-toggle.active .header__hamburger::before {
  top: 0;
  transform: rotate(45deg);
}

.header__mobile-toggle.active .header__hamburger::after {
  top: 0;
  transform: rotate(-45deg);
}

.header__mobile-nav {
  display: none;
  background: #FFFFFF;
  border-top: 1px solid rgba(122, 139, 153, 0.2);
  padding: 1.5rem 2rem;
}

.header__mobile-nav.open {
  display: block;
}

.header__mobile-nav .menu__wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__mobile-nav .menu__item {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(122, 139, 153, 0.1);
}

.header__mobile-nav .menu__link {
  text-decoration: none;
  color: #3D3D3D;
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .header__nav {
    display: none;
  }

  .header__mobile-toggle {
    display: flex;
  }
}
/* Footer */

.footer {
  background: #3D3D3D;
  color: rgba(255, 255, 255, 0.5);
  padding: 3rem 2rem;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer__brand {
  font-family: Playfair Display, serif;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer__info {
  font-size: 0.85rem;
  display: flex;
  gap: 2rem;
}

.footer__info span,
.footer__info a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.footer__info a:hover {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .footer__container {
    flex-direction: column;
    text-align: center;
  }

  .footer__info {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* Utilities - Helper classes */
/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}