/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-6xl: 72rem;
    --font-weight-thin: 100;
    --font-weight-light: 300;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    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;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-\[1rem\] {
    margin-top: 1rem;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[65vh\] {
    max-height: 65vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-20 {
    padding: calc(var(--spacing) * 20);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[15\%\] {
    padding-inline: 15%;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .tracking-\[\.1em\] {
    --tw-tracking: .1em;
    letter-spacing: .1em;
  }
  .tracking-\[\.2em\] {
    --tw-tracking: .2em;
    letter-spacing: .2em;
  }
  .tracking-\[\.3em\] {
    --tw-tracking: .3em;
    letter-spacing: .3em;
  }
  .tracking-\[\.4em\] {
    --tw-tracking: .4em;
    letter-spacing: .4em;
  }
  .tracking-\[\.15em\] {
    --tw-tracking: .15em;
    letter-spacing: .15em;
  }
  .tracking-\[\.17em\] {
    --tw-tracking: .17em;
    letter-spacing: .17em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-\[\#A3565B\] {
    color: #A3565B;
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .sm\:gap-2 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:py-8 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .sm\:py-12 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .sm\:tracking-\[\.2em\] {
    @media (width >= 40rem) {
      --tw-tracking: .2em;
      letter-spacing: .2em;
    }
  }
  .sm\:tracking-\[\.4em\] {
    @media (width >= 40rem) {
      --tw-tracking: .4em;
      letter-spacing: .4em;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:min-h-screen {
    @media (width >= 48rem) {
      min-height: 100vh;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-evenly {
    @media (width >= 48rem) {
      justify-content: space-evenly;
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
}
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700&display=swap');
body {
  background-color: #F6F3EC;
}
.copy-tick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.6rem;
  width: 22px;
  height: 22px;
  border-radius: 9999px;
  border: 1px solid #A3565B;
  color: #A3565B;
  font-size: 0.9rem;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.copy-tick.is-visible {
  opacity: 1;
  transform: scale(1);
}
#hero {
  --tl-w: 500px;
  --tl-h: 500px;
  --br-w: 500px;
  --br-h: 500px;
  --tr-w: 700px;
  --tr-h: 700px;
  --tr-top: -310px;
  --tr-right: -33px;
  --bl-w: 500px;
  --bl-h: 500px;
  --bl-bottom: 0;
  --bl-left: -20px;
  background-color: #F6F3EC;
  position: relative;
  overflow: hidden;
}
#web-content {
  --tl-w: 300px;
  --tl-h: 300px;
  --br-w: 300px;
  --br-h: 300px;
  --br-right: 0px;
  --tr-w: 700px;
  --tr-h: 700px;
  --tr-top: -310px;
  --tr-right: -33px;
  --bl-w: 300px;
  --bl-h: 300px;
  --bl-bottom: 0px;
  --bl-left: 0px;
  position: relative;
  overflow: hidden;
}
#hero::before, #web-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../assets/topleftflower.png');
  background-size: var(--tl-w, 300px) var(--tl-h, 300px);
  background-position: top left;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
#web-content::before {
  z-index: 0;
}
#hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../assets/bottomrightflower.png');
  background-size: var(--br-w, 300px) var(--br-h, 300px);
  background-position: bottom right;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
.frame-topright, .web-frame-topright {
  position: fixed;
  top: var(--tr-top);
  right: var(--tr-right);
  width: var(--tr-w);
  height: var(--tr-h);
  background-image: url('../assets/topright.png');
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}
.frame-bottomleft {
  position: absolute;
  bottom: var(--bl-bottom);
  left: var(--bl-left);
  width: var(--bl-w);
  height: var(--bl-h);
  background-image: url('../assets/bottomleft.png');
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}
.web-frame-bottomleft {
  position: absolute;
  bottom: var(--bl-bottom);
  left: var(--bl-left);
  width: var(--bl-w);
  height: var(--bl-h);
  background-image: url('../assets/bottomleftflower.png');
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
.web-frame-bottomright {
  position: absolute;
  bottom: var(--bl-bottom);
  right: var(--br-right);
  width: var(--br-w);
  height: var(--br-h);
  background-image: url('../assets/bottomrightflower.png');
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
#hero>.flex {
  position: relative;
  z-index: 10;
}
#hero::before, #hero::after, .frame-topright, .frame-bottomleft {
  opacity: 0;
  animation: heroFrameIn 1.4s ease forwards;
}
.frame-topright {
  animation-delay: 0.1s;
}
.frame-bottomleft {
  animation-delay: 0.2s;
}
#desktop-layout > *, #mobile-layout > * {
  opacity: 0;
  animation: heroItemIn 0.9s ease forwards;
}
#desktop-layout > *:nth-child(1), #mobile-layout > *:nth-child(1) {
  animation-delay: 0.3s;
}
#desktop-layout > *:nth-child(2), #mobile-layout > *:nth-child(2) {
  animation-delay: 0.45s;
}
#desktop-layout > *:nth-child(3), #mobile-layout > *:nth-child(3) {
  animation-delay: 0.6s;
}
#desktop-layout > *:nth-child(4), #mobile-layout > *:nth-child(4) {
  animation-delay: 0.75s;
}
#desktop-layout > *:nth-child(5), #mobile-layout > *:nth-child(5) {
  animation-delay: 0.9s;
}
@keyframes heroFrameIn {
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroItemIn {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#hero.page-slide-out {
  animation: heroSlideOut 0.9s ease-in-out forwards;
}
#web-content.page-slide-in {
  display: block;
  animation: contentSlideIn 0.9s ease-in-out forwards;
}
@keyframes heroSlideOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-120%);
    opacity: 0;
  }
}
@keyframes contentSlideIn {
  0% {
    transform: translateY(120%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 1900px) {
  #hero>div:not(.frame-topright):not(.frame-bottomleft) {
    max-width: min(90vw, 85vw) !important;
  }
}
@media (max-width: 900px) {
  #hero>div:not(.frame-topright):not(.frame-bottomleft) {
    flex-direction: column;
  }
  #hero {
    --tl-w: 200px;
    --tl-h: 200px;
    --br-w: 200px;
    --br-h: 200px;
    --tr-w: 600px;
    --tr-h: 600px;
    --tr-top: -300px;
    --tr-right: -87px;
    --bl-w: 500px;
    --bl-h: 500px;
    --bl-bottom: 10px;
    --bl-left: -190px;
  }
  #web-content {
    --tl-w: 200px;
    --tl-h: 200px;
    --br-w: 200px;
    --br-h: 200px;
    --br-right: 0px;
    --tr-w: 600px;
    --tr-h: 600px;
    --tr-top: -300px;
    --tr-right: -87px;
    --bl-w: 200px;
    --bl-h: 200px;
    --bl-bottom: 0px;
    --bl-left: 0px;
  }
  .md-900-center {
    text-align: center;
  }
}
@media (max-width: 375px) {
  #hero {
    --tl-w: 150px;
    --tl-h: 150px;
    --br-w: 150px;
    --br-h: 150px;
    --tr-w: 450px;
    --tr-h: 450px;
    --tr-top: -220px;
    --tr-right: -70px;
    --bl-w: 380px;
    --bl-h: 380px;
    --bl-bottom: 8px;
    --bl-left: -145px;
  }
  #web-content {
    --tl-w: 150px;
    --tl-h: 150px;
    --br-w: 150px;
    --br-h: 150px;
    --br-right: 0px;
    --tr-w: 450px;
    --tr-h: 450px;
    --tr-top: -220px;
    --tr-right: -70px;
    --bl-w: 150px;
    --bl-h: 150px;
    --bl-bottom: 0px;
    --bl-left: 0px;
  }
}
@media (max-width: 900px) and (max-height: 500px) and (orientation: landscape) {
  #hero {
    min-height: auto;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    --tl-w: 120px;
    --tl-h: 120px;
    --br-w: 120px;
    --br-h: 120px;
    --tr-w: 350px;
    --tr-h: 350px;
    --tr-top: -150px;
    --tr-right: -50px;
    --bl-w: 280px;
    --bl-h: 280px;
    --bl-bottom: 5px;
    --bl-left: -100px;
  }
  #web-content {
    min-height: auto;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    --tl-w: 120px;
    --tl-h: 120px;
    --br-w: 120px;
    --br-h: 120px;
    --br-right: 0px;
    --tr-w: 350px;
    --tr-h: 350px;
    --tr-top: -150px;
    --tr-right: -50px;
    --bl-w: 120px;
    --bl-h: 120px;
    --bl-bottom: 0px;
    --bl-left: 0px;
  }
  #mobile-layout {
    gap: 0.75rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
#photo {
  opacity: 0;
  transition: opacity 1s ease;
}
#sliced-portrait {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><rect x="0" y="6" width="31" height="94" fill="black"/><rect x="35" y="0" width="30" height="94" fill="black"/><rect x="69" y="3" width="31" height="94" fill="black"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><rect x="0" y="6" width="31" height="94" fill="black"/><rect x="35" y="0" width="30" height="94" fill="black"/><rect x="69" y="3" width="31" height="94" fill="black"/></svg>');
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
#sliced-portrait-desktop {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><rect x="0" y="6" width="31" height="94" fill="black"/><rect x="35" y="0" width="30" height="94" fill="black"/><rect x="69" y="3" width="31" height="94" fill="black"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><rect x="0" y="6" width="31" height="94" fill="black"/><rect x="35" y="0" width="30" height="94" fill="black"/><rect x="69" y="3" width="31" height="94" fill="black"/></svg>');
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
.wedding-form .wedding-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  align-items: start;
}
@media (min-width: 768px) {
  .wedding-form .wedding-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
    row-gap: 2rem;
  }
}
.wedding-form, .wedding-form form {
  width: 100%;
}
.wedding-form .wedding-grid > div {
  width: 100%;
  min-width: 0;
}
.wedding-form .wedding-grid > div:last-child {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.wedding-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wedding-form input[type="text"], .wedding-form input[type="email"], .wedding-form input[type="number"], .wedding-form textarea {
  font-family: "Montserrat", sans-serif;
  background-color: #E6D3CF;
  border: 1px solid #D4B5B7;
  border-radius: 8px;
  color: #5A5A5A;
  font-size: 1.05rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.9rem 1.1rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.wedding-form input[type="text"]::placeholder, .wedding-form input[type="email"]::placeholder, .wedding-form input[type="number"]::placeholder, .wedding-form textarea::placeholder {
  color: #8E7A78;
  opacity: 0.75;
  letter-spacing: 0.02em;
}
.wedding-form input[type="text"]:focus, .wedding-form input[type="email"]:focus, .wedding-form input[type="number"]:focus, .wedding-form textarea:focus {
  outline: none;
  border-color: #A3565B;
  background-color: #EEDFD9;
  box-shadow: 0 0 0 3px rgba(163, 86, 91, 0.15);
}
.wedding-form input[type="text"], .wedding-form input[type="email"], .wedding-form input[type="number"] {
  min-height: 54px;
}
.wedding-form textarea {
  min-height: 150px;
}
.wedding-form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.wedding-form .wpcf7-list-item {
  margin: 0;
}
.wedding-form .wpcf7-list-item > label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.wedding-form .wpcf7-list-item input[type="radio"] {
  margin: 0;
}
.wedding-form .wpcf7-list-item-label {
  font-family: "Montserrat", sans-serif;
  color: #5A5A5A;
  font-size: 1rem;
  font-weight: lighter;
}
.wedding-form .wpcf7-submit {
  font-family: "Montserrat", sans-serif;
  background-color: #A3565B;
  border: 1px solid #A3565B;
  color: #fff;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  border-radius: 9999px;
  cursor: pointer;
  font-weight: 300;
  letter-spacing: 0.1em;
  transition: background-color 0.2s ease;
}
.wedding-form .wpcf7-submit:hover {
  background-color: #8B4A4F;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: transform, opacity;
}
.reveal--left {
  transform: translateX(-32px);
}
.reveal--right {
  transform: translateX(32px);
}
.reveal--up {
  transform: translateY(24px);
}
.reveal--zoom {
  transform: scale(0.96);
}
.reveal--float {
  transform: translateY(16px);
}
.reveal--delay-0 {
  transition-delay: 0s;
}
.reveal--delay-1 {
  transition-delay: 0.08s;
}
.reveal--delay-2 {
  transition-delay: 0.16s;
}
.reveal--delay-3 {
  transition-delay: 0.24s;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateZ(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.countdown-frame {
  position: relative;
  overflow: visible;
  --countdown-edge: 10%;
}
.countdown-frame-left, .countdown-frame-right {
  position: absolute;
  width: clamp(180px, 22vw, 280px);
  height: clamp(180px, 22vw, 280px);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
  display: none;
}
.countdown-frame-left {
  top: -150px;
  left: var(--countdown-edge);
  background-image: url('../assets/detallesizquierda.png');
  transform: none;
}
.countdown-frame-right {
  bottom: -60px;
  right: var(--countdown-edge);
  background-image: url('../assets/detallesderecha.png');
  transform: none;
}
@media (min-width: 901px) {
  .countdown-frame-left, .countdown-frame-right {
    display: block;
  }
}
@media (max-width: 1500px) {
  .countdown-frame {
    --countdown-edge: 0px;
  }
  .countdown-frame-right {
    right: -50px;
  }
}
@media (max-width: 1300px) {
  .countdown-frame-left {
    top: 0;
    transform: translateY(-35%);
  }
  .countdown-frame-right {
    bottom: 0;
    transform: translateY(35%);
  }
}
.countdown-frame > *:not(.countdown-frame-left):not(.countdown-frame-right) {
  position: relative;
  z-index: 2;
}
.details-title-frame {
  position: relative;
  width: 100%;
  overflow: visible;
}
.details-frame-left, .details-frame-right {
  position: absolute;
  width: clamp(140px, 25vw, 260px);
  height: clamp(140px, 25vw, 260px);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
  display: none;
}
.details-frame-left {
  top: 0;
  left: -20px;
  background-image: url('../assets/detallesizquierda.png');
}
.details-frame-right {
  bottom: 0;
  right: -50px;
  background-image: url('../assets/detallesderecha.png');
}
@media (max-width: 900px) {
  .details-frame-left, .details-frame-right {
    display: block;
  }
}
.wedding-details-frame {
  position: relative;
  overflow: visible;
}
.wedding-details-frame-left, .wedding-details-frame-right {
  position: absolute;
  width: clamp(300px, 24vw, 700px);
  height: clamp(300px, 24vw, 700px);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
  display: none;
}
.wedding-details-frame-left {
  top: 0;
  left: -100px;
  background-image: url('../assets/bottomleft.png');
}
.wedding-details-frame-right {
  bottom: -250px;
  right: -100px;
  background-image: url('../assets/bottomleft.png');
  transform: scaleX(-1);
}
@media (min-width: 900px) {
  .wedding-details-frame-left, .wedding-details-frame-right {
    display: block;
  }
}
.wedding-details-frame > *:not(.wedding-details-frame-left):not(.wedding-details-frame-right) {
  position: relative;
  z-index: 2;
}
.wedding-details-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "details" "map" "timeline";
  gap: clamp(1.5rem, 4vw, 3rem);
  max-width: 1100px;
  width: 100%;
}
.wedding-details-details {
  grid-area: details;
  width: 100%;
}
.wedding-details-map {
  grid-area: map;
  width: 100%;
}
.wedding-details-timeline {
  grid-area: timeline;
  width: 100%;
}
@media (min-width: 900px) {
  .wedding-details-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "map details" "map timeline";
    align-items: center;
    column-gap: clamp(2rem, 6vw, 4rem);
  }
  .color-section-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(1rem, 2vw, 1.5rem);
    align-items: center;
  }
}
.final-section-frame {
  position: relative;
  overflow: visible;
}
.final-frame-topright {
  position: absolute;
  top: -250px;
  right: -100px;
  width: clamp(300px, 24vw, 700px);
  height: clamp(300px, 24vw, 700px);
  background-image: url('../assets/bottomleft.png');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
  transform: scaleX(-1);
}
.final-frame-bottomleft, .final-frame-bottomright {
  position: absolute;
  bottom: 0;
  width: clamp(220px, 24vw, 360px);
  height: clamp(220px, 24vw, 360px);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
.final-frame-bottomleft {
  left: 0;
  bottom: -20px;
  background-image: url('../assets/bottomleftflower.png');
}
.final-frame-bottomright {
  right: -20px;
  background-image: url('../assets/bottomrightflower.png');
}
.final-section-frame > *:not(.final-frame-topright):not(.final-frame-bottomleft):not(.final-frame-bottomright) {
  position: relative;
  z-index: 2;
}
.final-portrait-row {
  position: relative;
  width: 100%;
  justify-content: center;
}
.final-portrait-detail {
  position: absolute;
  right: -30px;
  top: 60%;
  transform: translateY(-50%);
  width: clamp(700px, 24vw, 1000px);
  height: auto;
  object-fit: contain;
  z-index: -1;
}
@media (min-width: 1400px) {
  .final-portrait-detail {
    display: none;
  }
}
@media (max-width: 900px) {
  .final-frame-topright {
    display: none;
  }
}
@media (max-width: 425px) {
  .final-frame-bottomleft {
    display: none;
  }
  .final-frame-bottomright {
    display: none;
  }
}
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 38px;
  height: 38px;
  border: 1px solid #A3565B;
  border-radius: 50%;
  cursor: pointer;
  background-color: #E6D3CF;
}
input[type="radio"]:checked {
  background-color: #A3565B;
}
.wedding-form .wedding-radio-field {
  min-height: 54px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 9px;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
