@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Great+Vibes&family=Inter:wght@400;500;600;700&display=swap');

.oy-public-wrap {
  --oy-primary: #566944;
  --oy-accent: #a85b36;
  --oy-bg: #fbf3ee;
  --oy-card: #fffaf5;
  --oy-text: #2f2a26;
  --oy-muted: #716c66;
  --oy-border: #e6d9cf;
  background: var(--oy-bg);
  color: var(--oy-text);
  padding: 24px 16px 48px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.oy-public-wrap * { box-sizing: border-box; }
.oy-public-wrap a { color: inherit; }
.oy-topbar, .oy-front-header {
  max-width: 980px;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.oy-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .03em;
}
.oy-menu-lines { display: grid; gap: 4px; }
.oy-menu-lines span { width: 21px; height: 2px; background: var(--oy-primary); display: block; }
.oy-rsvp-pill {
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--oy-primary);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}
.oy-request-hero, .oy-hero, .oy-thank-hero {
  max-width: 780px;
  margin: 0 auto 24px;
  text-align: center;
}
.oy-kicker {
  color: var(--oy-accent);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 8px;
}
.oy-request-hero h1, .oy-hero h1, .oy-thank-hero h1 {
  margin: 0;
  font-family: "Great Vibes", cursive;
  font-size: clamp(45px, 9vw, 76px);
  font-weight: 400;
  color: var(--oy-accent);
  line-height: .95;
}
.oy-hero h2, .oy-card h2, .oy-calendar-card h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 6vw, 44px);
  line-height: 1.05;
  margin: 0 0 12px;
  color: var(--oy-primary);
}
.oy-save-date { color: var(--oy-muted); font-weight: 600; }
.oy-heart, .oy-big-heart {
  color: var(--oy-accent);
  font-size: 42px;
  line-height: 1;
}
.oy-divider {
  height: 1px;
  background: var(--oy-border);
  width: 120px;
  margin: 22px auto;
}
.oy-card, .oy-calendar-card {
  max-width: 760px;
  margin: 18px auto;
  background: var(--oy-card);
  border-radius: 26px;
  padding: clamp(22px, 5vw, 36px);
}
.oy-centered { text-align: center; }
.oy-form-only-wrap { background: transparent; padding: 0; }
.oy-form label {
  display: block;
  margin: 0 0 18px;
  color: var(--oy-text);
  font-size: 14px;
  font-weight: 700;
    font-size: 21px;
    font-weight: 700;
    color: #68452e;
    font-family: "Cormorant Garamond", serif;
}
.oy-form input[type="text"], .oy-form input[type="email"], .oy-form input[type="file"], .oy-form select, .oy-form textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid var(--oy-border);
  border-radius: 15px;
  background: #fff;
  color: var(--oy-text);
  padding: 14px 15px;
  font-size: 15px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
button.oy-button.oy-button-primary {
    background: #566944 !important;
    color: #fff !important;
    border: border: 1px solid #526141 !important;
}
.oy-form input:focus, .oy-form textarea:focus, .oy-form select:focus {
  border-color: var(--oy-accent);
  box-shadow: 0 0 0 4px rgba(168,91,54,.12);
}
.oy-check { display: flex !important; align-items: flex-start; gap: 10px; }
.oy-check input { margin-top: 4px; }
.oy-help-text {
  color: var(--oy-muted);
  font-size: 14px;
  line-height: 1.6;
}
.oy-alert {
  max-width: 760px;
  margin: 14px auto;
  border-radius: 18px;
  padding: 14px 18px;
  line-height: 1.55;
  border: 1px solid transparent;
  font-weight: 600;
	font-family: "Cormorant Garamond", serif;
}
.oy-alert-info { color: #68452e; font-family: "Cormorant Garamond", serif; }
.oy-alert-success { background: #f0f8ef; color: #31552f; border-color: #cce6ca; }
.oy-alert-error { background: #fff1f1; color: #8b2b2b; border-color: #f0c4c4; }
.oy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 14px 26px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.oy-button:hover { transform: translateY(-1px); }
.oy-button-primary { background: var(--primary, var(--oy-primary)); color: #fff !important; }
.oy-button-outline { border: 1px solid var(--oy-primary); color: var(--oy-primary) !important; background: transparent; }
.oy-button-light { background: #fff; color: var(--oy-primary) !important; }
.oy-button-dark { background: var(--oy-text); color: #fff !important; }
.oy-choice-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}
.oy-choice {
  border: 1px solid var(--oy-border);
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  text-align: center;
  cursor: pointer;
}
.oy-choice input { display: none; }
.oy-choice span { font-family: "Cormorant Garamond", serif; font-size: 23px; font-weight: 700; }
.oy-choice.is-active { background: var(--oy-primary); color: #fff; border-color: var(--oy-primary); }
.oy-event-lines {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}
.oy-event-lines div { background: rgba(255,255,255,.6); border-radius: 18px; padding: 14px; }
.oy-icon { color: var(--oy-accent); margin-right: 8px; }
.oy-gallery, .oy-gallery-placeholder, .oy-photo-grid, .oy-message-grid {
  max-width: 980px;
  margin: 22px auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.oy-gallery img, .oy-gallery-placeholder div, .oy-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 24px;
  background: #e9dcd1;
}
.oy-front-footer {
  text-align: center;
  max-width: 760px;
  margin: 40px auto 0;
  color: var(--oy-muted);
}
.oy-front-footer h3 { font-family: "Great Vibes", cursive; color: var(--oy-accent); font-size: 42px; font-weight: 400; margin: 0; }
.oy-front-footer nav { display: flex; justify-content: center; gap: 18px; margin-top: 12px; }
.oy-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--oy-border);
}
.oy-summary-row span { color: var(--oy-muted); }
.oy-entry-card {
  margin: 20px 0;
  padding: 20px;
  text-align: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff, #fbefe5);
  border: 1px dashed var(--oy-accent);
}
.oy-entry-card span { display: block; color: var(--oy-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.oy-entry-card strong { display: block; font-family: "Cormorant Garamond", serif; font-size: 40px; color: var(--oy-accent); margin: 5px 0; }
.oy-direction-block { border-top: 1px solid var(--oy-border); padding: 14px 0; }
.oy-direction-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.oy-message-wall, .oy-photo-gallery { padding: 10px 0; }
.oy-message-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.oy-message-card {
  background: #fffaf5;
  border: 1px solid #ead8c8;
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 15px 35px rgba(64,44,30,.07);
  position: relative;
  overflow: hidden;
}
.oy-quote-mark {
  position: absolute;
  right: 20px;
  top: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 92px;
  line-height: 1;
  color: rgba(168,91,54,.14);
}
.oy-message-card p { font-family: "Cormorant Garamond", serif; font-size: 22px; line-height: 1.4; color: #4b3628; }
.oy-message-card footer { margin-top: 20px; }
.oy-message-card footer strong { display: block; color: #566944; }
.oy-message-card footer span { color: #8b5e3c; font-size: 13px; }
.oy-photo-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.oy-photo-card { margin: 0; background: #fff; padding: 10px; border-radius: 24px; box-shadow: 0 12px 32px rgba(64,44,30,.08); }
.oy-photo-card figcaption { padding: 12px 6px 4px; color: #4b3628; }
.oy-photo-card figcaption strong { display: block; color: #566944; }
.oy-photo-card figcaption span { display: block; color: #716c66; font-size: 13px; margin-top: 3px; }

@media (max-width: 700px) {
  .oy-choice-row, .oy-gallery, .oy-gallery-placeholder { grid-template-columns: 1fr; }
  .oy-summary-row, .oy-direction-head { display: block; }
  .oy-card { border-radius: 22px; }
}
