/* Moira Luxe — Bootstrap 5 responsive landing page */
:root {
  --cream: #fbf3e8;
  --cream-2: #f5e5d1;
  --gold: #b77b24;
  --gold-dark: #754713;
  --gold-light: #d9ae68;
  --pink: #e9aaa5;
  --brown: #633b18;
  --line: rgba(157, 103, 30, .55);
}

* { box-sizing: border-box; }

html, body { min-height: 100%; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,.92), transparent 38%),
    linear-gradient(135deg, #f7ecde, #fffaf3 45%, #f6e8d7);
  color: var(--brown);
  font-family: "Montserrat", Arial, sans-serif;
}

.site-shell {
  position: relative;
  width: min(1180px, 100%);
  min-height: 100vh;
  margin: auto;
  overflow: hidden;
  border: 1px solid rgba(157,103,30,.55);
  background:
    radial-gradient(circle at 50% 60%, rgba(255,255,255,.82), transparent 42%),
    rgba(251,243,232,.55);
}

/* Decorative botanical shapes are CSS-only; no brochure image is used for the page. */
.floral { position: absolute; width: 190px; height: 220px; pointer-events: none; opacity: .8; }
.floral-top { top: -35px; left: -30px; transform: rotate(-15deg); }
.floral-bottom { right: -25px; bottom: -40px; transform: rotate(155deg); }

.petal, .leaf {
  position: absolute;
  display: block;
  transform-origin: bottom center;
}
.petal {
  width: 34px; height: 62px; border: 1px solid #d8a96a;
  border-radius: 90% 15% 90% 15%;
  background: linear-gradient(135deg, #fff9ef, #eab1a5);
}
.p1 { left: 30px; top: 28px; transform: rotate(-35deg); }
.p2 { left: 66px; top: 15px; transform: rotate(5deg); }
.p3 { left: 98px; top: 35px; transform: rotate(40deg); }

.leaf {
  width: 22px; height: 52px; border: 1px solid #bc8736;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, #f7e6bf, #c58b37);
}
.l1 { left: 8px; top: 98px; transform: rotate(-55deg); }
.l2 { left: 60px; top: 112px; transform: rotate(-20deg); }
.l3 { left: 108px; top: 92px; transform: rotate(28deg); }

.logo-frame {
  width: 285px;
  max-width: 62vw;
  position: relative;
}
.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  border-radius: 4px;
}

.tagline {
  margin-top: -3px;
  color: #a36c21;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .28em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.tagline span {
  width: 55px;
  height: 1px;
  background: var(--gold-light);
}

.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 9px auto 20px;
  color: var(--gold);
}
.ornament i { width: 65px; height: 1px; background: var(--gold-light); }
.ornament b { font-family: Georgia, serif; font-size: 28px; font-weight: 400; }

.hero { max-width: 1050px; }

.script-message {
  text-align: center;
  color: #6f401b;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: clamp(32px, 4vw, 48px);
  line-height: .95;
}
.script-message strong {
  display: block;
  color: #9a5c18;
  font-size: clamp(52px, 7vw, 78px);
  font-weight: 600;
  line-height: .9;
}
.tiny-heart {
  display: block;
  margin-top: 15px;
  color: var(--gold);
  font-size: 32px;
}

.construction-card {
  background: rgba(255,251,245,.9);
  border: 2px solid #c58b38;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(101,61,22,.13);
}

.warning-stripe {
  height: 14px;
  background: repeating-linear-gradient(
    135deg,
    #ad7426 0, #ad7426 20px,
    #fff7eb 20px, #fff7eb 40px
  );
}
.construction-inner {
  padding: 22px 25px 26px;
  text-align: center;
}
.mini-icon {
  color: #b57924;
  font-size: 28px;
  margin-bottom: 3px;
}
.construction-inner h1 {
  margin: 0;
  color: #a96c1d;
  font-size: clamp(37px, 5vw, 61px);
  line-height: .92;
  letter-spacing: .035em;
  font-weight: 700;
  text-shadow: 1px 2px 0 #f0d29a;
}
.construction-inner h1 span { font-size: .78em; }
.gold-rule {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 13px 0 7px;
  color: #bb7c23;
}
.gold-rule::before, .gold-rule::after {
  content: "";
  width: 110px;
  height: 1px;
  background: var(--gold-light);
}
.gold-rule span { font-size: 11px; }
.construction-inner p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.1;
}
.stay-tuned {
  margin-top: 13px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .38em;
}
.bottom-stripe { margin-top: 0; }

.features {
  max-width: 820px;
  margin-top: 30px;
}
.feature {
  text-align: center;
  padding: 4px 12px;
  border-right: 1px solid var(--gold-light);
}
.feature:last-child { border-right: 0; }
.feature-icon {
  color: #bd812c;
  font-size: 30px;
  margin-bottom: 5px;
}
.feature-title {
  color: #744315;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .13em;
}
.feature-sub {
  color: #744315;
  font-size: 10px;
  letter-spacing: .13em;
}

.contact-panel {
  max-width: 1000px;
  margin-top: 28px;
}
.contact-box {
  padding: 16px 22px;
  border: 1px solid #dfbf8c;
  border-radius: 20px;
  background: rgba(246,226,204,.65);
}
.contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 66px;
  padding: 5px 16px;
  border-right: 1px solid #cda66d;
}
.contact-item:last-child { border-right: 0; }
.contact-icon {
  width: 42px; height: 42px;
  flex: 0 0 42px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: #774714;
  color: #fffaf2;
  font-size: 23px;
}
.contact-item small {
  display: block;
  color: #7d542d;
  font-size: 9px;
  letter-spacing: .08em;
  margin-bottom: 2px;
}
.contact-item a {
  display: block;
  color: #60370f;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}
.contact-item p {
  margin: 0;
  color: #60370f;
  font-size: 12px;
  line-height: 1.45;
}

.bottom-message {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 13px auto 25px;
  color: #6a3d1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(20px, 3vw, 29px);
}
.bottom-message span {
  width: 42px;
  height: 1px;
  background: #b98a48;
}
.bottom-message b {
  color: #9b5e19;
  font-size: 17px;
}

footer {
  border-top: 1px solid rgba(190,143,75,.25);
  padding-top: 13px;
  color: #9c6b2b;
}
.footer-brand {
  font-size: 12px;
  letter-spacing: .3em;
  font-weight: 600;
}
footer small {
  font-size: 8px;
  letter-spacing: .25em;
}

@media (max-width: 767.98px) {
  .site-shell { border-left: 0; border-right: 0; }
  .logo-frame { width: 230px; }
  .tagline { font-size: 9px; letter-spacing: .18em; gap: 8px; }
  .tagline span { width: 28px; }
  .ornament { margin-bottom: 12px; }
  .hero { padding-top: 4px; }
  .script-message { margin-bottom: 3px; }
  .construction-inner { padding: 18px 14px 21px; }
  .construction-inner p { font-size: 19px; }
  .features { margin-top: 23px; }
  .feature { padding: 3px 4px; }
  .feature-icon { font-size: 24px; }
  .feature-title, .feature-sub { font-size: 8px; letter-spacing: .07em; }
  .contact-box { padding: 9px 10px; }
  .contact-item {
    border-right: 0;
    border-bottom: 1px solid #d8b47b;
    justify-content: flex-start;
    padding: 9px 12px;
  }
  .contact-item:last-child { border-bottom: 0; }
  .contact-item a { font-size: 18px; }
  .contact-item p { font-size: 11px; }
  .floral { transform: scale(.7); }
}
