:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #193b2b;
  background: #f3f4ee;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: #287942;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
textarea {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #79b98e;
  outline-offset: 3px;
}
[hidden] {
  display: none !important;
}
.header {
  max-width: 1200px;
  margin: auto;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header img {
  display: block;
  width: 135px;
  height: 54px;
}
.header > span {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #63816b;
}
.layout {
  max-width: 1140px;
  margin: 5px auto 45px;
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  background: #fff;
  border: 1px solid #e1e8dc;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 45px #15352808;
}
.invitation {
  background: #edf2e9;
}
.hero {
  position: relative;
  height: 360px;
  background: #153528;
}
.hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #09291ae8, transparent 95%);
}
.hero-text {
  position: absolute;
  z-index: 1;
  bottom: 32px;
  left: 36px;
  right: 30px;
  color: #fff;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: #4b7b53;
  margin: 0 0 12px;
}
.hero .eyebrow {
  color: #d0e6d3;
}
.hero h1 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 47px;
  line-height: 1.08;
  max-width: 390px;
  letter-spacing: -1.3px;
  margin: 0;
}
.event-copy {
  padding: 32px 36px;
}
.event-copy h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 30px;
  margin: 0 0 15px;
  line-height: 1.2;
}
.event-copy > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.8;
  color: #536557;
}
.details {
  margin: 27px 0 0;
  display: grid;
  gap: 20px;
}
.details > div {
  border-top: 1px solid #d1dece;
  padding-top: 17px;
}
.details dt {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #617c61;
  margin-bottom: 7px;
}
.details dd {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.contact a {
  overflow-wrap: anywhere;
}
.response {
  padding: 39px 38px;
  align-self: stretch;
}
.response h2 {
  font-family: Georgia, serif;
  font-size: 35px;
  letter-spacing: -0.7px;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1.2;
}
.muted {
  color: #6a786d;
  font-size: 13px;
  line-height: 1.7;
}
.response .muted {
  margin: 0 0 18px;
}
.deadline {
  font-size: 12px;
  color: #39764d;
  margin-bottom: 20px;
}
.deadline:empty {
  display: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.choices {
  display: grid;
  gap: 9px;
  margin: 22px 0;
}
.choice {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d7dfd5;
  border-radius: 8px;
  padding: 16px !important;
  margin: 0 !important;
  background: #fff;
}
.choice:has(input:checked) {
  border-color: #369f59;
  background: #f0f8ef;
  box-shadow: 0 0 0 1px #369f59;
}
.choice:has(input:focus-visible) {
  outline: 3px solid #79b98e;
  outline-offset: 3px;
}
.choice input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.choice strong {
  font-size: 14px;
  display: block;
}
.choice small {
  font-size: 11px;
  display: block;
  color: #68796b;
  margin-top: 5px;
}
.radio-dot {
  border: 1px solid #bfcdbd;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
}
.choice:has(input:checked) .radio-dot {
  border: 5px solid #369f59;
}
label:not(.choice) {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  margin: 14px 0;
}
label > span {
  color: #688773;
}
label > small {
  font-weight: 400;
  color: #7a857b;
  margin-left: 3px;
}
input:not([type="radio"]),
textarea {
  display: block;
  margin-top: 6px;
  width: 100%;
  border: 1px solid #d7dfd5;
  border-radius: 6px;
  background: #fff;
  padding: 12px 13px;
  color: #193b2b;
  font-size: 14px;
  line-height: 1.35;
}
textarea {
  resize: vertical;
  min-height: 90px;
}
input::placeholder,
textarea::placeholder {
  color: #919b91;
}
input[type="number"] {
  max-width: 110px;
}
.privacy {
  font-size: 11px;
  line-height: 1.7;
  color: #7d897d;
  margin: 18px 0;
}
.primary {
  background: #257a43;
  color: #fff;
  border: 1px solid #257a43;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
}
.response button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px 19px;
  font-size: 14px;
  cursor: pointer;
}
button:disabled {
  opacity: 0.55;
  cursor: wait;
}
fieldset:disabled {
  opacity: 0.55;
}
button:hover:not(:disabled),
.button:hover {
  filter: brightness(0.95);
}
.form-status,
#status,
#load-error {
  color: #a23528;
  font-size: 13px;
  line-height: 1.6;
}
.trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.form-status:empty {
  display: none;
}
.form-status:not(:empty) {
  background: #fff3ed;
  border: 1px solid #c76c49;
  border-radius: 6px;
  padding: 14px;
  margin: 18px 0;
  font-weight: 700;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.success {
  padding-top: 80px;
  text-align: center;
}
.success-mark {
  margin: 0 auto 26px;
  background: #eaf5e6;
  color: #2c8646;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  font-size: 30px;
}
.success > p {
  font-size: 14px;
  line-height: 1.8;
}
.success .eyebrow {
  font-size: 10px;
}
.success a {
  display: inline-block;
  margin-top: 16px;
}
footer {
  max-width: 1140px;
  padding: 0 10px 30px;
  margin: auto;
  color: #7c8a7b;
  font-size: 10px;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
}
footer span {
  letter-spacing: 0;
}
.admin {
  max-width: 1200px;
  margin: 25px auto;
  padding: 0 30px;
}
.login {
  max-width: 430px;
  margin: 70px auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}
.admin h1 {
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 22px;
}
.admin button,
.button {
  display: inline-block;
  padding: 11px 15px;
  border: 1px solid #cfdbcc;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  background: #fff;
  color: #193b2b;
}
.admin .primary {
  background: #257a43;
  color: #fff;
  border-color: #257a43;
}
.login button {
  width: 100%;
  margin-top: 5px;
}
.admin-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.admin-actions {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 20px 0;
}
.stats > div {
  background: white;
  padding: 22px;
  border-radius: 8px;
}
.stats strong {
  display: block;
  font-size: 32px;
  font-weight: 400;
}
.stats span {
  font-size: 12px;
  color: #68816d;
  display: block;
  margin-top: 7px;
}
.search {
  max-width: 380px;
}
.table-wrap {
  overflow-x: auto;
  background: white;
  border: 1px solid #dfe6db;
  border-radius: 8px;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}
th,
td {
  text-align: left;
  padding: 17px;
  vertical-align: top;
  border-bottom: 1px solid #e9eee6;
  line-height: 1.6;
}
td div {
  margin-top: 4px;
}
td:nth-child(4) {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  min-width: 160px;
  max-width: 320px;
}
th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #edf2e9;
  white-space: nowrap;
}
.badge {
  display: inline-block;
  border-radius: 20px;
  padding: 3px 10px;
  white-space: nowrap;
}
.badge.yes {
  background: #eaf5e6;
  color: #257a43;
}
.badge.no {
  background: #f1eee7;
  color: #837158;
}
@media (max-width: 850px) {
  .layout {
    margin: 0 18px 30px;
    grid-template-columns: 1fr;
  }
  .hero {
    height: 290px;
  }
  .event-copy {
    padding: 26px;
  }
  .details {
    grid-template-columns: 1fr 1fr;
  }
  .details > div:last-child {
    grid-column: 1/-1;
  }
  .response {
    padding: 30px 26px;
  }
  .hero-text {
    left: 26px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .header {
    padding: 20px 24px;
  }
  .header > span {
    letter-spacing: 1px;
    font-size: 9px;
  }
  footer {
    padding: 0 24px 24px;
    display: block;
    line-height: 2;
  }
  footer span {
    display: block;
  }
  .admin-heading {
    display: block;
  }
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .admin {
    padding: 0 18px;
  }
  .admin-actions {
    margin-bottom: 15px;
  }
  .login {
    margin-top: 30px;
  }
}

select {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 12px;
  border: 1px solid #d7dfd5;
  border-radius: 6px;
  font:
    14px Arial,
    Helvetica,
    sans-serif;
  color: #193b2b;
  background: #fff;
}
select:focus-visible {
  outline: 3px solid #79b98e;
  outline-offset: 3px;
}
.event-section {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #d1dece;
}
.event-section h3 {
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 12px;
}
.event-section p,
.event-section li {
  font-size: 14px;
  line-height: 1.8;
  color: #536557;
}
.event-section ul {
  padding-left: 18px;
}
.package-list {
  list-style: none;
  padding: 0 !important;
  display: grid;
  gap: 10px;
}
.package-list li {
  background: #ffffffa0;
  border: 1px solid #d6e0d1;
  border-radius: 6px;
  padding: 13px 15px;
}
.package-list strong,
.package-list span {
  display: block;
}
.package-list strong {
  color: #193b2b;
}
@media (min-width: 851px) {
  .response {
    position: sticky;
    top: 20px;
    align-self: start;
  }
}

/* The email contains the invitation; this page is just the response form. */
.header {
  max-width: 680px;
}
.layout {
  max-width: 620px;
  display: block;
}
.event-summary {
  padding: 30px 38px;
  background: #edf2e9;
  border-bottom: 1px solid #d6e0d1;
}
.event-summary h1 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 15px;
}
.event-summary > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.6;
  margin: 5px 0;
  color: #536557;
}
.response {
  position: static;
}
.success {
  padding: 30px 0;
}
footer {
  max-width: 620px;
}
@media (max-width: 850px) {
  .layout {
    margin: 0 auto 30px;
    width: calc(100% - 36px);
  }
  .event-summary {
    padding: 26px;
  }
}
