/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */

/* ==========================================================================
   Self-hosted Fonts
   ========================================================================== */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/montserrat.woff2') format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lato-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/lato-700.woff2') format('woff2');
}

@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;
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-bold: 700;
    --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 {
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .underline {
    text-decoration-line: underline;
  }
}
@property --tw-font-weight {
  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-font-weight: initial;
    }
  }
}

/* ==========================================================================
   Gather Wedding - Custom Styles
   ========================================================================== */

/* Design Tokens
   ========================================================================== */
:root {
  /* Colors */
  --color-background: #2C3E50;
  --color-primary: #C9D6EA;
  --color-highlight: #F9E3B4;
  --color-cta: #D28871;
  --color-cta-hover: #c07663;
  --color-text: #F4F1EA;
  --color-text-muted: #8899A6;

  /* Typography */
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Lato', sans-serif;

  /* Spacing */
  --spacing-xs: 6px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;

  /* Border Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
}

/* Base Styles
   ========================================================================== */
body {
  font-family: var(--font-body);
  background-color: var(--color-background);
  color: var(--color-text);
  min-height: 100vh;
  line-height: 1.6;
}

/* Layout Components
   ========================================================================== */
.page-wrapper {
  padding: var(--spacing-lg) var(--spacing-md);
}

.container {
  max-width: 480px;
  margin: 0 auto;
}

.container--wide {
  max-width: 768px;
}

/* Logo
   ========================================================================== */
.site-logo {
  display: block;
  max-width: 120px;
  margin: 0 auto var(--spacing-lg);
}

/* Typography
   ========================================================================== */
.page-title {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-highlight);
  margin-bottom: var(--spacing-sm);
}

.page-tagline {
  text-align: center;
  color: var(--color-primary);
  margin-bottom: var(--spacing-xl);
  font-size: 1.1rem;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-highlight);
  margin-bottom: var(--spacing-md);
}

/* Callout Box
   ========================================================================== */
.callout {
  background-color: rgba(249, 227, 180, 0.1);
  border-left: 3px solid var(--color-highlight);
  padding: 12px var(--spacing-md);
  margin-bottom: var(--spacing-lg);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 0.95rem;
  color: var(--color-text);
}

/* Form Components
   ========================================================================== */
.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-family: var(--font-heading);
  font-weight: 500;
  margin-bottom: var(--spacing-xs);
  color: var(--color-primary);
  font-size: 0.95rem;
}

.required {
  color: var(--color-cta);
  font-weight: 600;
}

.privacy-note-top {
  text-align: center;
  font-size: 0.9rem;
  color: var(--color-primary);
  margin-bottom: var(--spacing-sm);
  padding: 8px 12px;
  background-color: rgba(249, 227, 180, 0.1);
  border-radius: var(--radius-sm);
}

.required-note {
  text-align: center;
  font-size: 0.85rem;
  color: var(--color-primary);
  margin-bottom: var(--spacing-md);
  opacity: 0.8;
}

.form-input,
.form-select {
  width: 100%;
  padding: 14px var(--spacing-md);
  font-size: 16px;
  font-family: var(--font-body);
  border: 2px solid var(--color-primary);
  border-radius: var(--radius-md);
  background-color: var(--color-text);
  color: var(--color-background);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-input:focus,
.form-select:focus {
  outline: none;
  border-color: var(--color-highlight);
  box-shadow: 0 0 0 3px rgba(249, 227, 180, 0.3);
}

.form-input::placeholder {
  color: var(--color-text-muted);
}

.form-input:disabled {
  opacity: 0.5;
}

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232C3E50' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
}

/* Checkbox Group */
.checkbox-group {
  margin-bottom: var(--spacing-lg);
  border: none;
}

.checkbox-group-legend {
  font-family: var(--font-heading);
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--color-primary);
  font-size: 0.95rem;
}

.checkbox-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.checkbox-option {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  cursor: pointer;
}

.checkbox-option input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--color-cta);
  cursor: pointer;
}

.checkbox-option span {
  font-size: 1rem;
  color: var(--color-text);
}

/* Inline Checkbox (e.g., date unsure) */
.form-checkbox-inline {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  margin-top: var(--spacing-sm);
}

.form-checkbox-inline input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--color-cta);
}

.form-checkbox-inline span {
  font-size: 0.9rem;
  color: var(--color-primary);
}

/* Buttons
   ========================================================================== */
.btn {
  display: inline-block;
  padding: var(--spacing-md) var(--spacing-lg);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}

.btn:active {
  transform: scale(0.98);
}

.btn--primary {
  width: 100%;
  padding: var(--spacing-md) var(--spacing-lg);
  font-size: 1.1rem;
  color: var(--color-text);
  background-color: var(--color-cta);
}

.btn--primary:hover {
  background-color: var(--color-cta-hover);
}

.btn--secondary {
  color: var(--color-text);
  background-color: transparent;
  border: 2px solid var(--color-primary);
}

.btn--secondary:hover {
  background-color: rgba(201, 214, 234, 0.1);
}

/* Helper Text
   ========================================================================== */
.text-muted {
  color: var(--color-primary);
  opacity: 0.8;
}

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

.text-small {
  font-size: 0.85rem;
}

.privacy-note {
  text-align: center;
  font-size: 0.85rem;
  color: var(--color-primary);
  margin-top: 20px;
  opacity: 0.8;
}

/* Utility Spacing
   ========================================================================== */
.mt-sm { margin-top: var(--spacing-sm); }
.mt-md { margin-top: var(--spacing-md); }
.mt-lg { margin-top: var(--spacing-lg); }
.mb-sm { margin-bottom: var(--spacing-sm); }
.mb-md { margin-bottom: var(--spacing-md); }
.mb-lg { margin-bottom: var(--spacing-lg); }
