/*
Theme Name: Brandon & Kaitlyn Honeymoon
Theme URI: https://example.com/
Author: OpenAI
Description: An elegant, romantic honeymoon contribution theme with flexible payment and travel-points options.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: bk-honeymoon
*/

:root {
  --ink: #2d2430;
  --muted: #5f5b60;
  --cream: #fbfcf8;
  --paper: #FFFFFF;

  /* Requested palette */
  --rose: #601037;
  --rose-dark: #4a0c2b;
  --sage: #4F664C;
  --blush: #D1E5BE;
  --gold: #a79b64;

  --line: rgba(96,16,55,.16);
  --shadow: 0 18px 55px rgba(79,102,76,.16);

  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 24px 0;
  color: white;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand {
  text-decoration: none;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  letter-spacing: .04em;
}
.nav { display: flex; gap: 22px; }
.nav a { text-decoration: none; font-size: .9rem; opacity: .9; }
.nav a:hover { opacity: 1; }

.hero {
  min-height: 760px;
  display: grid;
  place-items: center;
  text-align: center;
  color: white;
  background:
    linear-gradient(135deg, rgba(60,38,45,.72), rgba(114,70,78,.48)),
    var(--hero-image, linear-gradient(135deg, #601037, #4F664C));
  background-size: cover;
  background-position: center;
  padding: 140px 20px 90px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -130px;
  height: 240px;
  border-radius: 50% 50% 0 0;
  background: var(--cream);
}
.hero-content { position: relative; z-index: 1; max-width: 850px; }
.eyebrow {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: .74rem;
  font-weight: 700;
}
.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: .98;
  font-size: clamp(4rem, 11vw, 8.5rem);
}
.amp { display: block; font-size: .42em; margin: .12em 0; font-style: italic; }
.hero-copy { max-width: 680px; margin: 28px auto 34px; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.button-row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 13px 24px;
  border: 1px solid var(--rose);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform .2s, background .2s, color .2s;
  background: var(--rose);
  color: white;
}
.button:hover { transform: translateY(-2px); background: var(--rose-dark); }
.button-light { background: white; color: var(--rose-dark); border-color: white; }
.button-outline { background: transparent; color: var(--rose-dark); }
.button-outline:hover { color: white; }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .92rem; }

.section { padding: 100px 0; }
.section-alt { background: #D1E5BE; }
.section-heading { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.kicker { color: var(--rose); text-transform: uppercase; letter-spacing: .2em; font-weight: 800; font-size: .74rem; }
.section h2 {
  margin: 10px 0 18px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.05;
}
.lead { color: var(--muted); font-size: 1.08rem; }

.story-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center;
}
.story-card, .note-card {
  padding: clamp(28px, 5vw, 55px);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.story-card blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.4;
}
.detail-list { display: grid; gap: 16px; }
.detail {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.detail:last-child { border: 0; }
.detail strong { font-family: var(--serif); font-size: 1.1rem; }
.detail span { color: var(--muted); text-align: right; }

.payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.payment-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-height: 285px;
}
.payment-icon {
  width: 48px; height: 48px; border-radius: 50%;
  background: #D1E5BE;
  display: grid; place-items: center;
  font-family: var(--serif);
  color: var(--rose-dark);
  font-size: 1.35rem;
}
.payment-card h3 { font-family: var(--serif); font-size: 1.6rem; margin: 20px 0 8px; }
.payment-card p { color: var(--muted); flex: 1; }
.payment-card .handle { font-weight: 800; color: var(--rose-dark); word-break: break-word; }

.points-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.points-card {
  padding: 38px;
  border-radius: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
}
.points-card h3 { font-family: var(--serif); font-size: 2rem; margin: 10px 0; }
.steps { padding-left: 22px; color: var(--muted); }
.steps li { margin: 10px 0; }
.notice {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #D1E5BE;
  color: #2f3d2e;
  font-size: .9rem;
}

.faq { max-width: 820px; margin: auto; }
.faq details {
  background: white;
  border-bottom: 1px solid var(--line);
  padding: 0 24px;
}
.faq details:first-child { border-radius: 20px 20px 0 0; }
.faq details:last-child { border-radius: 0 0 20px 20px; border-bottom: 0; }
.faq summary { cursor: pointer; list-style: none; padding: 24px 0; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq p { color: var(--muted); margin: 0; padding: 0 0 24px; }

.contact-card {
  max-width: 850px;
  margin: auto;
  text-align: center;
  border-radius: 30px;
  padding: clamp(38px, 7vw, 75px);
  color: white;
  background: linear-gradient(135deg, #601037, #4F664C);
  box-shadow: var(--shadow);
}
.contact-card h2 { color: white; }
.site-footer { padding: 36px 0; text-align: center; color: var(--muted); font-size: .9rem; }

.custom-logo { max-height: 54px; width: auto; }
.screen-reader-text { position: absolute; left: -9999px; }

@media (max-width: 850px) {
  .nav { display: none; }
  .story-grid, .points-wrap { grid-template-columns: 1fr; }
  .payment-grid { grid-template-columns: 1fr 1fr; }
  .hero { min-height: 700px; }
}
@media (max-width: 580px) {
  .container { width: min(100% - 28px, 1120px); }
  .section { padding: 74px 0; }
  .payment-grid { grid-template-columns: 1fr; }
  .payment-card { min-height: 0; }
  .hero h1 { font-size: clamp(3.5rem, 21vw, 5.5rem); }
}
