﻿* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h2, h3, h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.25;
}

h2 {
  font-size: calc(1.325rem + .9vw);
}

h3 {
  font-size: calc(1.3rem + .6vw);
}

h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: color .15s ease-in-out, opacity .15s ease-in-out;
}

a:hover {
  opacity: .7;
}

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

button {
  cursor: pointer;
}

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

.display-3 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 700;
  line-height: 1.1;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 700;
  line-height: 1.1;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.form-label {
  margin-bottom: .5rem;
  display: inline-block;
}

.form-control {
  display: block;
  width: 100%;
  padding: .825rem 1.1875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  background-color: transparent;
  border-radius: .625rem;
}

.form-control:focus {
  outline: 0;
}

.form-select {
  display: block;
  width: 100%;
  padding: .825rem 3.5625rem .825rem 1.1875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  background-color: transparent;
  border-radius: .625rem;
  appearance: none;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 0;
}

.form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: .5rem;
  vertical-align: top;
  background-color: transparent;
  appearance: none;
}

.form-check-label {
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: .825rem 1.1875rem;
  font-size: 1.125rem;
  border-radius: .625rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  transition: color .15s ease-in-out;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: .40625rem;
  padding-bottom: .40625rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  white-space: nowrap;
  font-weight: 700;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .625rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.collapse:not(.show) {
  display: none;
}

.d-flex {
  display: flex !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.w-100 {
  width: 100% !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.me-4 {
  margin-right: 1rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.py-3 {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.ps-9 {
  padding-left: 2.25rem !important;
}
.ps-12 {
  padding-left: 3rem !important;
}
.fs-1 {
  font-size: 1.5rem !important;
}
.fs-2 {
  font-size: 1.375rem !important;
}
.fs-3 {
  font-size: 1.25rem !important;
}
.fs-4 {
  font-size: 1.125rem !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.rounded-2 {
  border-radius: .625rem !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .me-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 5rem !important;
  }
  .py-lg-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  .display-3 {
    font-size: 4.5rem;
  }
  .display-5 {
    font-size: 3rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}


:root {
  --primary-color: #3a7ca5;
  --secondary-color: #d9e6f2;
  --accent-color: #f25c54;
  --text-color: #2d3e50;
  --bg-color: #f9f9f9;
  --bg-secondary: #e9ecef;
}

body {
  font-family: 'Lato', sans-serif;
  color: var(--text-color);
  background-color: var(--bg-color);
}

.bg-bg-2 {
  background-color: var(--bg-secondary);
}

.bg-bg-3 {
  background-color: var(--bg-color);
}

.btn-action-1 {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

.btn-action-1:hover {
  background-color: #2c6183;
  border-color: #2c6183;
  color: white;
  opacity: 1;
}

.text-action-1 {
  color: var(--primary-color);
}


.form-control, .form-select {
  border: 1px solid #ced4da;
  background-color: white;
}

.form-control:focus, .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(58, 124, 165, 0.25);
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.navbar-nav .nav-link {
  color: var(--text-color);
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.navbar-toggler {
  border-color: transparent;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.gradient-bg {
  background: linear-gradient(135deg, var(--primary-color) 0%, #2c6183 100%);
}

.bi {
  vertical-align: middle;
}

a {
  color: var(--primary-color);
  transition: color 0.3s, opacity 0.3s;
}

a:hover {
  color: #2c6183;
}

.decorated-border {
  position: relative;
}

.decorated-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--accent-color);
  border-radius: 3px;
}

@media (max-width: 576px) {
  .navbar-brand {
    font-size: 1.5rem !important;
  }
  
  .display-5 {
    font-size: calc(1.2rem + 1.5vw) !important;
  }
  
  .py-10 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
















* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h1, h2, h3, h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-size: calc(1.325rem + .9vw);
}

h3 {
  font-size: calc(1.3rem + .6vw);
}

h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: color .15s ease-in-out, opacity .15s ease-in-out;
}

a:hover {
  opacity: .8;
}

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

button {
  cursor: pointer;
}

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

.display-3 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 700;
  line-height: 1.1;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 700;
  line-height: 1.1;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.form-label {
  margin-bottom: .5rem;
  display: inline-block;
}

.form-control {
  display: block;
  width: 100%;
  padding: .825rem 1.1875rem;
  font-size: 1.025rem;
  font-weight: 500;
  line-height: 1.2;
  border-radius: .625rem;
  border: 1px solid rgba(255,255,255,0.25);
  background-color: rgba(12,7,4,0.7);
  color: #f8f3ea;
}

.form-control:focus {
  outline: 0;
  border-color: #f2c27c;
  box-shadow: 0 0 0 0.15rem rgba(242,194,124,0.45);
}

.form-select {
  display: block;
  width: 100%;
  padding: .825rem 3.5625rem .825rem 1.1875rem;
  font-size: 1.025rem;
  font-weight: 500;
  line-height: 1.2;
  border-radius: .625rem;
  border: 1px solid rgba(255,255,255,0.25);
  background-color: rgba(12,7,4,0.7);
  color: #f8f3ea;
  appearance: none;
}

.form-select:focus {
  outline: 0;
  border-color: #f2c27c;
  box-shadow: 0 0 0 0.15rem rgba(242,194,124,0.45);
}

textarea.form-control {
  resize: vertical;
}

.form-check {
  display: flex;
  align-items: center;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 0.5rem;
}

.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-right: .5rem;
  vertical-align: top;
  background-color: transparent;
  border-radius: .25rem;
  border: 1px solid rgba(255,255,255,0.4);
  appearance: none;
  flex: 0 0 auto;
}

.form-check-input:checked {
  background-color: #c36028;
  border-color: #c36028;
}

.form-check-label {
  cursor: pointer;
  color: #f8f3ea;
  font-size: .9rem;
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: .825rem 1.5rem;
  font-size: 1.025rem;
  border-radius: 999px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, transform .15s ease-in-out, box-shadow .15s ease-in-out;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  transition: color .15s ease-in-out;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: .40625rem;
  padding-bottom: .40625rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 700;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.d-flex {
  display: flex !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.w-100 {
  width: 100% !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.me-4 {
  margin-right: 1rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.py-3 {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.ps-9 {
  padding-left: 2.25rem !important;
}
.ps-12 {
  padding-left: 3rem !important;
}
.fs-1 {
  font-size: 1.5rem !important;
}
.fs-2 {
  font-size: 1.375rem !important;
}
.fs-3 {
  font-size: 1.25rem !important;
}
.fs-4 {
  font-size: 1.125rem !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-center {
  text-align: center !important;
}
.text-md-start {
  text-align: left !important;
}
.rounded-2 {
  border-radius: .625rem !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .me-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  .display-3 {
    font-size: 4.1rem;
  }
  .display-5 {
    font-size: 2.75rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

:root {
  --wood-dark: #120b07;
  --wood-main: #1d130d;
  --wood-soft: #26160f;
  --paper: #f2e3c6;
  --paper-soft: #ead6b3;
  --ink: #f8f3ea;
  --ink-muted: #cbbfa7;
  --wax-main: #b54a2e;
  --wax-dark: #7d2a1a;
  --gold: #f2c27c;
  --smoke: rgba(223,221,214,0.2);
  --error: #e05b4f;
  --radius-card: 1.25rem;
}

.page-body {
  font-family: "Roboto", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left,#3a2415 0%,#120b07 45%,#050202 100%);
}

.top-header {
  background: linear-gradient(to bottom, rgba(5,2,1,0.9), rgba(5,2,1,0.6));
  border-bottom: 1px solid rgba(242,194,124,0.2);
}

.nav-wood {
  color: var(--ink);
}

.brand-mark {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gold);
}

.brand-sub {
  display: block;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-top: .15rem;
}

.navbar-nav .nav-link {
  color: var(--ink-muted);
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.navbar-nav .nav-link:hover {
  color: var(--gold);
  opacity: 1;
}

.page-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.1rem;
  margin-bottom: 1.25rem;
  color: var(--wood-dark);
}

.hero {
  position: relative;
  padding: 4rem 0 4.5rem;
  overflow: hidden;
}

.gradient-wood {
  background:
    radial-gradient(circle at 10% 0%, rgba(242,194,124,0.3) 0%, transparent 50%),
    radial-gradient(circle at 80% 0%, rgba(181,74,46,0.35) 0%, transparent 55%),
    linear-gradient(135deg, #1a0f0a 0%, #050202 70%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, rgba(0,0,0,0.6) 55%, rgba(0,0,0,0.9) 100%), repeating-linear-gradient(45deg, rgba(255,255,255,0.05) 0, rgba(255,255,255,0.05) 1px, transparent 1px, transparent 3px);
  pointer-events: none;
}

.hero-title {
  position: relative;
  z-index: 1;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
}

.hero-text {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  max-width: 34rem;
  color: #ded6c8;
  margin-bottom: 1.75rem;
}

.hero-badges {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.wax-badge {
  padding: .55rem 1.3rem;
  border-radius: 999px;
  background: radial-gradient(circle at 25% 25%, #f7d0aa 0%, #b54a2e 55%, #7d2a1a 100%);
  box-shadow: 0 0.15rem 0.45rem rgba(0,0,0,0.7);
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #fff7e2;
}

.wax-badge-ghost {
  background: transparent;
  border: 1px solid rgba(242,194,124,0.6);
  color: var(--gold);
  box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.5);
}

.hero-cta {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}

.hero-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 0.7rem 1.4rem rgba(0,0,0,0.7);
}

.hero-image-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.hero-photo-frame {
  border-radius: 1.6rem;
  padding: .7rem;
  background: linear-gradient(135deg, rgba(242,194,124,0.7), rgba(181,74,46,0.2));
  box-shadow: 0 1.6rem 3.2rem rgba(0,0,0,0.85);
}

.hero-photo {
  border-radius: 1.2rem;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.smoke-curl {
  position: relative;
}

.smoke-curl::before {
  content: "";
  position: absolute;
  top: -1.2rem;
  right: -.2rem;
  width: 4rem;
  height: 7rem;
  background: radial-gradient(circle at 30% 10%, rgba(255,255,255,0.35) 0, transparent 45%), radial-gradient(circle at 70% 60%, rgba(255,255,255,0.18) 0, transparent 50%);
  filter: blur(3px);
  opacity: .7;
  pointer-events: none;
  transform: rotate(-12deg);
  transition: transform .4s ease, opacity .4s ease;
}

.smoke-curl:hover::before {
  opacity: 1;
  transform: translateY(-6px) rotate(-8deg);
}

.phone-watch {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .35rem;
  margin-top: .5rem;
}

.phone-watch-face {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: .55rem 1.35rem;
  border: 1px solid rgba(242,194,124,0.9);
  background: radial-gradient(circle at 30% 20%, rgba(242,194,124,0.45) 0%, rgba(18,11,7,0.96) 55%);
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .18em;
  font-size: .95rem;
  text-transform: uppercase;
}

.phone-watch-caption {
  font-size: .8rem;
  color: #d8c9ab;
}

.btn-action-1 {
  background: radial-gradient(circle at 20% 0%, #f2e3c6 0%, #b54a2e 55%, #7d2a1a 100%);
  color: #fff7e2;
  border-color: #f2c27c;
}

.btn-action-1:hover {
  background: radial-gradient(circle at 30% 0%, #fffaf0 0%, #c55b35 55%, #7d2a1a 100%);
  border-color: #f2c27c;
  color: #fffdf7;
  opacity: 1;
}

.btn-outline-wax {
  background: transparent;
  color: var(--gold);
  border-color: rgba(242,194,124,0.7);
}

.btn-outline-wax:hover {
  background: rgba(242,194,124,0.06);
  color: #f7e3be;
  border-color: var(--gold);
  opacity: 1;
}

.link-underline {
  position: relative;
  font-size: .95rem;
  color: var(--gold);
}

.link-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.1rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  opacity: .8;
  transition: opacity .15s ease, transform .15s ease;
}

.link-underline:hover {
  color: #ffeac4;
  opacity: 1;
}

.link-underline:hover::after {
  opacity: 1;
  transform: translateY(1px);
}

.drawer-section {
  padding: 3.2rem 0;
}

.bg-paper {
  background: radial-gradient(circle at top, #fffaf2 0%, #f2e3c6 55%, #e0c99b 100%);
  color: #3a2615;
}

.bg-wood-soft {
  background: radial-gradient(circle at 10% 0%, rgba(242,194,124,0.1) 0%, transparent 50%), linear-gradient(145deg, #26160f 0%, #120b07 85%);
}

.drawer-title {
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 1.25rem;
}

.drawer-label {
  display: inline-flex;
  align-items: center;
  padding: .3rem .9rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(242,194,124,0.35);
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: .75rem;
  color: var(--gold);
}

.drawer-card {
  border-radius: var(--radius-card);
  padding: 1.5rem 1.75rem;
  background: rgba(5,2,1,0.9);
  box-shadow: 0 0.9rem 1.8rem rgba(0,0,0,0.9);
}

.drawer-card-light {
  background: rgba(255,252,244,0.98);
  color: #3a2615;
  box-shadow: 0 0.7rem 1.4rem rgba(0,0,0,0.2);
}

.drawer-subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
}

.drawer-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1rem;
}

.drawer-list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: .95rem;
  margin-bottom: .45rem;
}

.drawer-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
}

.rule-pill {
  border-radius: var(--radius-card);
  padding: 1.4rem 1.5rem;
  background: rgba(5,2,1,0.92);
  border: 1px solid rgba(242,194,124,0.22);
  box-shadow: 0 0.8rem 1.6rem rgba(0,0,0,0.9);
}

.rule-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  margin-bottom: .6rem;
}

.founder-note {
  font-size: .9rem;
  font-style: italic;
  margin-top: .8rem;
}

.founder-sign {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  margin-top: .35rem;
  color: var(--gold);
}

.founder-letter {
  border-radius: var(--radius-card);
  padding: 1.8rem 1.9rem;
  background: linear-gradient(160deg, #fffaf0 0%, #f2e3c6 50%, #e2cfaa 100%);
  box-shadow: 0 0.85rem 1.7rem rgba(0,0,0,0.3);
  position: relative;
}

.founder-letter-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  margin-bottom: .6rem;
}

.founder-letter-text {
  font-size: .98rem;
  color: #3a2615;
}

.wax-seal-small {
  position: absolute;
  right: 1.2rem;
  bottom: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 20%, #f2a08b 0%, #b54a2e 45%, #7d2a1a 100%);
  box-shadow: 0 0.4rem 0.9rem rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-size: .9rem;
  color: #fffaf5;
}

.ledger-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: .7rem;
  margin-bottom: 1.1rem;
}

.ledger-item {
  display: flex;
  justify-content: space-between;
  background: rgba(5,2,1,0.93);
  border-radius: 999px;
  padding: .55rem 1.15rem;
  font-size: .9rem;
  border: 1px solid rgba(242,194,124,0.25);
}

.ledger-label {
  color: #f8f3ea;
}

.ledger-value {
  color: var(--gold);
  margin-left: .75rem;
}

.sealed-envelope {
  position: relative;
}

.seal-circle {
  position: absolute;
  right: 12%;
  bottom: 10%;
  min-width: 7.5rem;
  padding: .7rem 1.1rem;
  border-radius: 999px;
  text-align: center;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  background: radial-gradient(circle at 25% 20%, #f7d3c1 0%, #b54a2e 45%, #7d2a1a 100%);
  color: #fffaf0;
  box-shadow: 0 0.7rem 1.3rem rgba(0,0,0,0.8);
}

.image-drawer {
  border-radius: 1.4rem;
  padding: .6rem;
  background: linear-gradient(145deg, rgba(242,194,124,0.7), rgba(181,74,46,0.1));
  box-shadow: 0 1.4rem 2.6rem rgba(0,0,0,0.9);
}

.drawer-photo {
  border-radius: 1rem;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.final-envelope {
  position: relative;
}

.final-envelope::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(242,194,124,0.18) 0%, transparent 58%);
  pointer-events: none;
}

.privacy-cookie-strip {
  padding: 1.3rem 0;
  background: rgba(10,6,4,0.96);
  border-top: 1px solid rgba(242,194,124,0.18);
  border-bottom: 1px solid rgba(242,194,124,0.12);
}

.strip-text {
  font-size: .88rem;
  color: #e1d7c5;
  margin-bottom: 0;
}

.strip-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.site-footer {
  padding: 2.4rem 0 2.9rem;
  background: radial-gradient(circle at 0 0, rgba(242,194,124,0.25) 0%, transparent 55%), linear-gradient(to bottom, #050202 0%, #120b07 60%);
  color: #e5d9c6;
}

.footer-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  margin-bottom: .35rem;
  color: var(--gold);
}

.footer-text {
  font-size: .9rem;
  max-width: 23rem;
}

.footer-contact {
  font-size: .9rem;
}

.footer-line {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-bottom: .25rem;
}

.footer-label {
  color: #cbbfa7;
}

.footer-value {
  color: #f8f3ea;
}

.footer-links {
  margin-top: .7rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
}

.footer-links a {
  font-size: .85rem;
  color: var(--gold);
}

.footer-links a:hover {
  color: #ffeac4;
  opacity: 1;
}

.footer-dot {
  opacity: .4;
}

.footer-note {
  font-size: .8rem;
  color: #b3a68c;
}

.contact-section {
  padding: 3.1rem 0;
}

.contact-form {
  border-radius: var(--radius-card);
  padding: 1.9rem 2.1rem;
  background: rgba(5,2,1,0.96);
  box-shadow: 0 1.3rem 2.2rem rgba(0,0,0,0.95);
}

.contact-block {
  margin-top: 1rem;
}

.text-page {
  padding: 3rem 0 3.4rem;
}

.text-justify {
  text-align: justify;
}

.page-hero {
  padding: 2.7rem 0 3rem;
}

.price-card {
  border-radius: var(--radius-card);
  padding: 1.1rem 1.4rem;
  background: rgba(5,2,1,0.95);
  border: 1px solid rgba(242,194,124,0.4);
  margin-bottom: .7rem;
  box-shadow: 0 0.8rem 1.5rem rgba(0,0,0,0.9);
}

.price-card-alt {
  background: rgba(242,194,124,0.06);
  border-color: rgba(242,194,124,0.55);
}

.price-name {
  font-size: .9rem;
  color: #f8f3ea;
  margin-bottom: .25rem;
}

.price-value {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  color: var(--gold);
  margin-bottom: .25rem;
}

.price-note {
  font-size: .8rem;
  color: #cbbfa7;
}

.w-100 {
  width: 100% !important;
}

@media (max-width: 767.98px) {
  .hero {
    padding-top: 2.8rem;
    padding-bottom: 3rem;
  }
  .hero-title {
    font-size: 1.8rem;
  }
  .navbar-brand {
    font-size: 1.2rem;
  }
  .navbar-nav {
    margin-top: .4rem;
  }
  .drawer-section {
    padding: 2.4rem 0;
  }
  .contact-form {
    padding: 1.5rem 1.4rem;
  }
  .page-title {
    font-size: 1.7rem;
  }
  .strip-controls {
    justify-content: flex-start;
  }
}
