body {
  font-family: Montserrat, san-serif;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  display: flex;
  flex-direction: column;
}

html, body {
  overflow-x: hidden;
  height: 100%;
}

.light-grey {
  background-color: rgb(218, 215, 207);
}

.container {
  position: relative;
}

input, textarea, select {
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
}

label {
  display: initial;
}

form button {
  background-color: rgb(1, 32, 43);
  color: #F7E9D3;
  display: block;
  border-style: solid;
  border-radius: 5px;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 5px 10px;
}

.section {
  padding: 60px 20px;
}

h3 {
  font-family: Cinzel, serif;
  font-size: 2.25rem;
  color: rgb(1, 32, 43);
}

h2 {
  font-family: Cinzel, serif;
  font-size: 3rem;
  color: rgb(79, 72, 58);
  margin-bottom: 3.05rem;
}

h1 {
  font-family: Cinzel, serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  color: #fff;
  font-weight: 100;
}
h1.comme {
  font-family: Comme, sans-serif;
  font-weight: 100;
}

a, a:link {
  color: #01202B;
}

a:link.button, a.button {
  text-decoration: none;
}

header {
  margin-top: 3.5rem;
}

.navbar {
  color: rgb(247, 233, 211);
  position: sticky;
  top: 0px;
  z-index: 1000;
  background-color: rgb(1, 32, 43) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.navbar .navbar-nav .nav-link {
  color: rgb(247, 233, 211);
}

.paper {
  background-image: repeating-linear-gradient(90deg, rgba(204, 183, 141, 0.1) 0px, rgba(204, 183, 141, 0.1) 10px, transparent 1px, transparent 50px), url(../images/papertexture.png);
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-color: rgb(243, 242, 236);
  background-position: 0px 0px, center center;
}

.wrinkled {
  background: url(../images/stepsbg.png) center center/cover no-repeat, rgba(243, 242, 236, 0.5);
}

.bg-beige {
  background-color: rgb(225, 223, 210);
}

@media (min-width: 1025px) {
  #welcome-page .container, #welcome-page .container-lg, #welcome-page .container-md, #welcome-page .container-sm {
    max-width: 1150px;
  }
}
@media (min-width: 1200px) {
  #welcome-page .container, #welcome-page .container-lg, #welcome-page .container-md, #welcome-page .container-sm, #welcome-page .container-xl {
    max-width: 1300px;
  }
}

#welcome-page .hero {
  color: white;
  text-align: center;
  height: 60rem;
  background: linear-gradient(rgba(65, 61, 61, 0.33), rgba(65, 61, 61, 0.33)), url("../images/hero-image.png") center/cover no-repeat;
  padding: 150px 20px;
}
@media (max-width: 767px) {
  #welcome-page .hero {
    height: initial;
    padding: 75px 20px;
  }
}
#welcome-page .hero img {
  max-width: 100%;
}
#welcome-page .hero .btn-book {
  background-color: rgb(8, 60, 77);
  color: rgb(255, 255, 255);
  display: block;
  margin: 0px auto;
  transition: filter 200ms, background-color 200ms;
}
#welcome-page .hero .btn.btn-book:hover {
  filter: brightness(1.5);
  color: rgb(255, 255, 255);
  background-color: rgb(8, 60, 77);
  transition: filter 400ms, background-color 400ms;
}
@media (min-width: 768px) {
  #welcome-page .left {
    width: 55%;
  }
}
@media (max-width: 767px) {
  #welcome-page #installation-services .float-left-mobile {
    float: left;
    width: 45%; /* adjust as needed */
    margin: 0 15px 15px 0;
    display: block;
  }
}
#welcome-page h4 {
  font-style: italic;
  font-size: 1.5rem;
}
#welcome-page #welcome {
  position: relative;
  padding: 7.5% 20px;
}
#welcome-page #welcome h4 {
  font-style: italic;
  font-size: 1.5rem;
}
#welcome-page #welcome img.fly-in-right {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 100%;
}
@media (max-width: 1250px) {
  #welcome-page #welcome img.fly-in-right {
    width: calc(535px - 4vw);
  }
}
@media (max-width: 1024px) {
  #welcome-page #welcome img.fly-in-right {
    width: calc(535px - 3vw);
    max-width: 48%;
  }
}
@media (max-width: 767px) {
  #welcome-page #welcome img.fly-in-right {
    display: none;
  }
}
#welcome-page #welcome img.mobile-img {
  float: right;
  margin: 0 0px 0px 15px;
  width: 200px;
}
@media (min-width: 768px) {
  #welcome-page #welcome img.mobile-img {
    display: none;
  }
}
#welcome-page #circle {
  position: absolute;
  top: 8%;
  left: 6%;
  width: clamp(80px, 35vw, 500px);
  aspect-ratio: 1/1;
  background: rgba(244, 241, 232, 0.35);
  border-radius: 50%;
}
#welcome-page .shop-btn {
  background-color: rgb(74, 74, 74);
  color: rgb(255, 255, 255);
  margin-top: 1rem;
  display: block;
  transition: filter 200ms, background-color 200ms;
}
#welcome-page .btn.shop-btn:hover {
  filter: brightness(1.2);
  color: rgb(255, 255, 255);
  background-color: rgb(74, 74, 74);
  transition: filter 400ms, background-color 400ms;
}
#welcome-page #services img.fly-in-left {
  position: absolute;
  top: 20rem;
  right: 0px;
  max-width: 100%;
}
@media (max-width: 1250px) {
  #welcome-page #services img.fly-in-left {
    width: calc(535px - 4vw);
  }
}
@media (max-width: 1024px) {
  #welcome-page #services img.fly-in-left {
    width: calc(535px - 3vw);
    max-width: 48%;
  }
}
@media (max-width: 991px) {
  #welcome-page #services img.fly-in-left {
    top: 0rem;
  }
}
@media (max-width: 767px) {
  #welcome-page #services img.fly-in-left {
    display: none;
  }
}
#welcome-page #services img.mobile-img {
  float: right;
  margin: 0 0px 0px 15px;
  width: 200px;
}
@media (min-width: 768px) {
  #welcome-page #services img.mobile-img {
    display: none;
  }
}
#welcome-page #services .brown-btn {
  background-color: rgb(1, 32, 43);
  color: #F7E9D3;
  margin-top: 5rem;
  display: block;
  transition: filter 200ms, background-color 200ms;
}
#welcome-page #steps .step-content {
  background-color: rgba(204, 183, 141, 0.2);
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 1rem;
}
@media (max-width: 991px) {
  #welcome-page #steps .step-content {
    width: 225px;
    height: 225px;
  }
}
@media (max-width: 767px) {
  #welcome-page #steps .step-content {
    background-color: initial;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    padding: 3.5rem 1rem 1rem 1rem;
    border-top: 1px dashed;
  }
}
#welcome-page #steps .step-content img {
  max-width: 80px;
  margin-top: -2rem;
  margin-bottom: 1rem;
}
#welcome-page #steps h2 span {
  font-family: Comme, sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
#welcome-page #steps h6 {
  color: rgb(54, 93, 123);
  font-family: "Sometype Mono";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
#welcome-page #steps p {
  color: rgb(54, 93, 123);
  text-align: center;
  font-family: Montserrat;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
#welcome-page #recent-posts, #welcome-page .patterned {
  background: url(../images/postsbg.png) 50% center/cover no-repeat lightgray;
}

.patterned {
  background: url(../images/postsbg.png) 50% center/cover no-repeat lightgray;
}

#gallery-page, #contact-page, #thank-you-page, #error-page, #book-page {
  background-color: #E1DFD2;
}

#thank-you-page, #error-page, #gallery-page {
  flex: 1;
}

.fly-in-right, .fly-in-left, .fly-in-up, .fly-in-down {
  opacity: 0;
  will-change: transform, opacity;
  z-index: 2;
  transition: transform 1400ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 900ms ease-out;
}

.fly-in-left {
  transform: translateX(-130vw);
}

.fly-in-right {
  transform: translateX(130vw);
}

.in-view {
  opacity: 1;
  transform: translate(0px, 0px);
}

.footer {
  background-color: rgb(0, 37, 43);
  color: white;
  font-size: 0.875rem;
  padding: 40px 20px;
}
.footer .footer-logo {
  max-width: 10rem;
}
.footer a, .footer a:link {
  color: #fff;
}

#about-page .hero {
  background: url(../images/bramble-about-flowers.png) lightgray 50%/cover no-repeat;
  aspect-ratio: 1440/429;
  color: white;
  text-align: left;
  position: relative;
}
#about-page .hero .heading-text {
  position: absolute;
  left: 200px;
  bottom: 250px;
}
#about-page .hero .heading-text h1 {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35), 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* -----------------------SERVICES PAGE---------------------- */
#services-page .full-width {
  width: 100%;
}
#services-page .hero {
  background: url(../images/services-hero.png) lightgray 50%/cover no-repeat;
  aspect-ratio: 1440/429;
  color: white;
  text-align: left;
  position: relative;
}
#services-page .hero .heading-text {
  position: absolute;
  left: 131px;
  bottom: 135px;
}
#services-page #floral-quote {
  background: url(../images/floral-quote.png) center center/cover no-repeat;
  position: relative;
  text-align: center;
  color: #4F483A;
  height: 50vh;
}
#services-page #floral-quote .quote {
  background-color: #F4F1F1;
  padding: 3% 3.5%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#services-page #floral-quote .quote p.line1 {
  font-family: Cinzel;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
#services-page #floral-quote .quote p.line2 {
  font-family: Comme;
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  line-height: 32px;
}
#services-page #floral-quote .quote p {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
#services-page #floral-quote .quote a {
  color: #4F483A;
  font-family: Comme;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  text-decoration-color: #BCA882; /* underline color */
  text-underline-offset: 15px; /* space between text and underline */
  text-decoration-thickness: 1px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#services-page #floral-quote .quote a:hover {
  opacity: 0.6;
}
#services-page #event-services img {
  max-width: 100%;
}
#services-page #installation-services {
  background: #E1DFD2;
}

.line-quote {
  color: #4F483A;
  text-align: center;
  font-kerning: none;
  font-family: Montserrat;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px; /* 120% */
  padding: 15px 0px;
}

@media (max-width: 767px) {
  img {
    width: 45%;
    display: block;
  }
  img.float-left-mobile {
    float: left;
    margin: 0 15px 15px 0px;
  }
  img.float-right-mobile {
    float: right;
    margin: 0 0px 15px 15px;
  }
}
#about-page {
  /* ---------------------------
     Theme tokens (adjust to match your site)
  ---------------------------- */
  /* ---------------------------
  Header / Nav
  ---------------------------- */
  /* ---------------------------
  Buttons
  ---------------------------- */
  /* ---------------------------
  Hero Banner
  ---------------------------- */
  /* ---------------------------
  Sections / Paper texture
  ---------------------------- */
  /* ---------------------------
  Layout helpers
  ---------------------------- */
  /* ---------------------------
  Image cards / Tiles
  ---------------------------- */
  /* ---------------------------
  CTA
  ---------------------------- */
  /* Replace these floral corners with real PNG/SVG if you have them */
  /* ---------------------------
  Responsive
  ---------------------------- */
}
#about-page :root {
  --nav-bg: #0d2a2f; /* deep teal */
  --nav-fg: #e9e3d6; /* warm ivory */
  --paper: #efe8dc; /* parchment */
  --paper-2: #e7dfd2; /* alternate parchment */
  --ink: #2c2a25; /* warm charcoal */
  --muted: #6b675f;
  --accent: #2b5a60; /* muted teal */
  --accent-2:#8a3a33; /* muted burgundy */
  --btn: #1f3f44;
  --btn-fg:#f3efe6;
  --shadow: 0 18px 40px rgba(0,0,0,.18);
  --radius: 10px;
  --serif: "EB Garamond", serif;
  --display: "Cinzel", serif;
}
#about-page * {
  box-sizing: border-box;
}
#about-page html, #about-page body {
  height: 100%;
}
#about-page body {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  background: #0b1719;
}
#about-page img {
  max-width: 100%;
  display: block;
}
#about-page .container {
  width: min(1100px, 92vw);
  margin-inline: auto;
}
#about-page .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--nav-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#about-page .nav {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
}
#about-page .brand {
  color: var(--nav-fg);
  text-decoration: none;
  font-family: var(--display);
  letter-spacing: 0.5px;
  font-size: 18px;
  white-space: nowrap;
}
#about-page .nav-links {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
  align-items: center;
  flex: 1;
  justify-content: center;
}
#about-page .nav-links a {
  color: rgba(233, 227, 214, 0.88);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: none;
  padding: 6px 2px;
  border-bottom: 1px solid transparent;
}
#about-page .nav-links a:hover {
  color: var(--nav-fg);
}
#about-page .nav-links a.is-active {
  color: var(--nav-fg);
  border-bottom-color: rgba(233, 227, 214, 0.7);
}
#about-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.3px;
  transition: transform 0.12s ease, opacity 0.12s ease;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#about-page .btn:active {
  transform: translateY(1px);
}
#about-page .btn-primary {
  background: var(--btn);
  color: var(--btn-fg);
  border-color: rgba(255, 255, 255, 0.12);
}
#about-page .btn-primary:hover {
  opacity: 0.92;
}
#about-page .btn-muted {
  background: rgba(0, 0, 0, 0.18);
  border-color: rgba(0, 0, 0, 0.18);
  color: var(--ink);
}
#about-page .btn-muted:hover {
  opacity: 0.92;
}
#about-page .hero-banner {
  position: relative;
  height: 320px;
  overflow: hidden;
  background: #111;
}
#about-page .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  filter: saturate(1.05) contrast(1.02);
}
#about-page .hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 70% at 40% 40%, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.65));
}
#about-page .hero-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px 0;
  color: #f1ecdf;
  text-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}
#about-page .hero-title {
  font-family: var(--display);
  margin: 0;
  font-size: 42px;
  letter-spacing: 0.6px;
}
#about-page .hero-subtitle {
  margin: 10px 0 0;
  font-style: italic;
  font-size: 18px;
  opacity: 0.95;
}
#about-page .paper-section {
  padding: 56px 0;
  position: relative;
}
#about-page .paper-section::before,
#about-page .paper-section--alt::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: radial-gradient(circle at 20% 10%, rgba(0, 0, 0, 0.06), transparent 40%), radial-gradient(circle at 70% 30%, rgba(0, 0, 0, 0.04), transparent 45%), linear-gradient(to bottom, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
  mix-blend-mode: multiply;
}
#about-page .kicker {
  font-family: var(--display);
  font-size: 22px;
  margin: 0 0 14px;
  letter-spacing: 0.6px;
}
#about-page .lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink);
}
#about-page .section-title {
  font-family: var(--display);
  font-size: 28px;
  letter-spacing: 0.5px;
  margin: 0 0 14px;
}
#about-page .center {
  text-align: center;
}
#about-page p {
  margin: 0 0 14px;
  line-height: 1.7;
  color: rgba(44, 42, 37, 0.92);
}
#about-page .grid-2 {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}
#about-page .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
#about-page .image-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}
#about-page .image-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about-page .image-card--portrait {
  max-width: 420px;
  justify-self: left;
}
#about-page .story {
  max-width: 820px;
}
#about-page .designer-name {
  font-size: 18px;
  margin: 0 0 10px;
  color: rgba(44, 42, 37, 0.92);
}
#about-page .designer-name span {
  display: block;
  font-size: 14px;
  color: rgba(44, 42, 37, 0.65);
  margin-top: 4px;
  font-style: italic;
}
#about-page .bullets {
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(44, 42, 37, 0.9);
}
#about-page .bullets li {
  margin: 8px 0;
}
#about-page .tile {
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}
#about-page .tile img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
#about-page .tile figcaption {
  padding: 12px 12px 14px;
  font-size: 14px;
  color: rgba(44, 42, 37, 0.78);
}
#about-page .cta {
  position: relative;
  background: linear-gradient(to bottom, #efe8dc, #e7dfd2);
  padding: 70px 0;
  overflow: hidden;
}
#about-page .cta-inner {
  text-align: center;
  max-width: 840px;
  position: relative;
  z-index: 2;
}
#about-page .cta h2 {
  font-family: var(--display);
  font-size: 30px;
  margin: 0 0 10px;
  letter-spacing: 0.5px;
}
#about-page .cta p {
  margin: 0 0 18px;
  color: rgba(44, 42, 37, 0.78);
}
#about-page .cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
#about-page .cta-florals {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 260px;
  opacity: 0.28;
  z-index: 1;
  background: radial-gradient(circle at 30% 30%, rgba(138, 58, 51, 0.45), transparent 55%), radial-gradient(circle at 50% 70%, rgba(43, 90, 96, 0.35), transparent 60%), radial-gradient(circle at 70% 40%, rgba(0, 0, 0, 0.12), transparent 55%);
  filter: blur(0.2px);
}
#about-page .cta-florals--left {
  left: -60px;
  transform: skewX(-10deg);
}
#about-page .cta-florals--right {
  right: -60px;
  transform: skewX(10deg) scaleX(-1);
}
@media (max-width: 900px) {
  #about-page .nav-links {
    display: none;
  }
  #about-page .hero-title {
    font-size: 34px;
  }
  #about-page .grid-2 {
    grid-template-columns: 1fr;
  }
  #about-page .grid-3 {
    grid-template-columns: 1fr;
  }
  #about-page .tile img {
    height: 220px;
  }
}

.navbar-nav li:nth-of-type(4) {
  display: none;
}

button.btn.btn-book.brown-btn {
  background-color: rgb(1, 32, 43);
  color: #F7E9D3;
  margin-top: 5rem;
  display: block;
  transition: filter 200ms, background-color 200ms;
}