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

:root {
  --wine: #4b0e1d;
  --wine-dark: #1b060b;
  --gold: #d9a75f;
  --gold-light: #f2d39a;
  --ivory: #fff8ed;
  --cream: #f6ead8;
  --ink: #231116;
  --muted: #735a60;
  --line: rgba(75, 14, 29, 0.14);
  --shadow: 0 24px 70px rgba(27, 6, 11, 0.16);
  --radius: 28px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(217, 167, 95, 0.2), transparent 30%),
    linear-gradient(180deg, #fffaf2 0%, #f7ecdc 48%, #fff8ed 100%);
  font-family: 'Manrope', sans-serif;
  line-height: 1.7;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(75,14,29,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(75,14,29,.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
  z-index: -1;
}

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #333131;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f7f1ee;
  font-family: 'Cormorant Garamond', serif;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand-logo {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #ffe08a 0%, #d9a75f 58%, #8c5a1e 100%);
  box-shadow: 0 0 0 6px rgba(217, 167, 95, .12);
}

.brand-logo svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-mark {
  display: none;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #ffffff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-menu a:not(.nav-cta) { color: rgba(255, 255, 255, 0.88); }
.nav-menu a:hover { color: #ff786b; }

.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 4px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.nav-cta, .button.primary {
  color: #170706;
  background: linear-gradient(135deg, #ffe08a 0%, #d9a75f 48%, #b87422 100%);
  box-shadow: 0 14px 34px rgba(217, 167, 95, .36);
}

.button.ghost {
  color: var(--wine);
  border: 1px solid rgba(75, 14, 29, .22);
  background: rgba(255,255,255,.36);
}

.nav-cta:hover, .button:hover { transform: translateY(-3px); }

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--ivory);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--wine);
  font-weight: 800;
}

main { overflow: hidden; }

.hero, .feature-strip, .intro, .cards, .benefits, .spain-websites, .singles-nearby, .perks-section, .top-places, .top-cities, .stories, .seo-panel, .join, .faq {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  width: 100%;
  min-height: 620px;
  display: grid;
  place-items: center;
  padding: 0 20px;
  text-align: center;
  color: #ffffff;
  background:
    linear-gradient(rgba(35, 35, 35, 0.18), rgba(35, 35, 35, 0.22)),
    url('../img/banner.jpg') center/cover no-repeat;
}

.hero-copy {
  width: min(780px, 100%);
  margin-top: 26px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 900;
}

h1, h2, h3 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  color: var(--wine-dark);
  line-height: .95;
}

h1 { font-size: clamp(42px, 4.5vw, 58px); letter-spacing: -.035em; }
h2 { font-size: clamp(30px, 3.6vw, 48px); letter-spacing: -.04em; }
h3 { font-size: 30px; letter-spacing: -.025em; }

.hero h1 {
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .18);
}

.hero-text {
  max-width: 760px;
  margin: 18px auto 0;
  color: #ffffff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 1.18;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .22);
}

.hero-subtext {
  margin: 20px auto 0;
  color: #ffffff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .22);
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.trust-row span {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--wine);
  background: rgba(255,255,255,.48);
  font-size: 13px;
  font-weight: 800;
}

.hero-art {
  position: relative;
  isolation: isolate;
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 10% -8% -8% 12%;
  border-radius: 40%;
  background: rgba(217,167,95,.35);
  filter: blur(58px);
  z-index: -1;
}

.hero-art img {
  border-radius: 42px;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.floating-note {
  position: absolute;
  left: -22px;
  bottom: 38px;
  max-width: 210px;
  padding: 18px 20px;
  border-radius: 22px;
  color: var(--ivory);
  background: rgba(27, 6, 11, .88);
  border: 1px solid rgba(242, 211, 154, .38);
  box-shadow: var(--shadow);
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  line-height: 1;
}

.feature-strip {
  width: 100%;
  max-width: none;
  padding: 78px 20px 68px;
  background: #000000;
}

.feature-grid {
  width: min(1360px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  text-align: center;
}

.feature-item {
  max-width: 300px;
  margin: 0 auto;
}

.feature-icon {
  height: 48px;
  display: grid;
  place-items: center;
  color: #d9a75f;
  margin-bottom: 14px;
}

.feature-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-item h3 {
  margin: 0 auto 10px;
  color: #d9a75f;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.feature-item p {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.45;
}

.intro {
  display: grid;
  grid-template-columns: .86fr 1fr;
  gap: 60px;
  padding: 92px 0;
  border-top: 1px solid var(--line);
}

.intro p:last-child, .seo-content p, .join p, .benefit-grid p, .profile-card p { color: var(--muted); }

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  padding: 36px 0 96px;
}

.profile-card {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.profile-card img { width: 100%; }

.card-content { padding: 34px; }

.profile-card .button {
  display: flex;
  width: fit-content;
  margin: 24px auto 0;
}

.rich-card { color: var(--ivory); background: linear-gradient(160deg, var(--wine-dark), var(--wine)); }
.rich-card h2, .rich-card p { color: var(--ivory); }
.rich-card .eyebrow { color: var(--gold-light); }
.light-card { background: rgba(255,255,255,.62); border: 1px solid var(--line); }

.benefits { padding: 84px 0; }
.section-heading { max-width: 720px; margin-bottom: 34px; }

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.benefit-grid article {
  padding: 34px;
  min-height: 260px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.58);
  border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .25s ease;
}

.benefit-grid article:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.benefit-grid span { color: var(--gold); font-weight: 900; }

.spain-websites {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 56px;
  padding: 28px 0 96px;
}

.spain-image img {
  width: 100%;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.spain-copy {
  padding: 12px 0;
}

.spain-copy h2 {
  max-width: 560px;
  margin-bottom: 22px;
}

.spain-copy p:not(.eyebrow) {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
}

.spain-copy .button {
  margin-top: 12px;
}

.singles-nearby {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: 34px max(20px, calc((100vw - 1180px) / 2)) 76px;
  background: linear-gradient(90deg, #fffaf2 0 50%, #ead2a4 50% 100%);
}

.singles-photo {
  width: min(920px, 72vw);
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(27, 6, 11, .28);
}

.singles-photo img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.singles-card {
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  top: 50%;
  transform: translateY(-50%);
  width: min(360px, calc(100% - 40px));
  padding: 46px 44px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(27, 6, 11, .16);
}

.singles-card h2 {
  margin-bottom: 18px;
  color: var(--wine-dark);
  font-family: 'Manrope', sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.singles-card p {
  margin: 0 0 14px;
  color: #4a3b40;
  font-size: 14px;
  line-height: 1.62;
}

.singles-card .button {
  min-height: 44px;
  margin-top: 22px;
  padding: 0 28px;
  background: linear-gradient(135deg, #ffe08a 0%, #d9a75f 48%, #b87422 100%);
  border-radius: 999px;
  font-size: 12px;
  text-transform: uppercase;
}

.perks-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 58px;
  padding: 96px 0 28px;
}

.perks-section.reverse {
  padding: 68px 0 108px;
}

.perks-image img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.perks-copy {
  padding: 42px;
  border: 1px solid rgba(217, 167, 95, .25);
  border-radius: 34px;
  background: rgba(255, 248, 237, .72);
}

.perks-copy h2 {
  margin-bottom: 24px;
}

.perks-copy ul {
  display: grid;
  gap: 14px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.perks-copy li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.perks-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(217, 167, 95, .16);
}

.seo-panel {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  padding: 56px;
  border-radius: 38px;
  background: var(--wine-dark);
  box-shadow: var(--shadow);
}

.seo-panel h2, .seo-panel p { color: var(--ivory); }
.seo-content strong { color: var(--gold-light); }

.top-places {
  padding: 98px 0 12px;
}

.section-heading.centered {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.place-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.place-card {
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(75, 14, 29, .12);
  box-shadow: 0 18px 48px rgba(27, 6, 11, .12);
  transition: transform .25s ease, box-shadow .25s ease;
}

.place-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.place-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.place-card div {
  padding: 24px;
}

.place-card h3 {
  margin-bottom: 12px;
  color: var(--wine-dark);
  font-family: 'Manrope', sans-serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
}

.place-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.join {
  margin-top: 96px;
  padding: 72px;
  text-align: center;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(242,211,154,.38));
  border: 1px solid var(--line);
}

.join p { max-width: 650px; margin: 22px auto 30px; }

.stories {
  padding: 8px 0 88px;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.story-card {
  padding: 34px 28px;
  border-radius: 30px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(217, 167, 95, .22);
  box-shadow: 0 18px 46px rgba(27, 6, 11, .12);
}

.story-card img {
  width: 96px;
  height: 96px;
  margin: 0 auto 18px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--gold-light);
}

.story-card h3 {
  margin-bottom: 12px;
  color: var(--wine-dark);
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.story-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.faq {
  padding: 96px 0;
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.6);
  overflow: hidden;
}

.faq-item button {
  width: 100%;
  padding: 22px 26px;
  border: 0;
  background: transparent;
  color: var(--wine-dark);
  font: 800 17px 'Manrope', sans-serif;
  text-align: left;
  cursor: pointer;
}

.faq-item button::after {
  content: "+";
  float: right;
  color: var(--gold);
  font-size: 24px;
}

.faq-item.open button::after { content: "−"; }

.faq-item p {
  display: none;
  margin: 0;
  padding: 0 26px 24px;
  color: var(--muted);
}

.faq-item.open p { display: block; }

.top-cities {
  padding: 10px 0 92px;
  text-align: center;
}

.city-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto 22px;
}

.city-list a {
  padding: 12px 22px;
  border-radius: 999px;
  color: var(--gold-light);
  background: var(--wine-dark);
  border: 1px solid rgba(217, 167, 95, .36);
  font-weight: 900;
  transition: transform .25s ease, background .25s ease;
}

.city-list a:hover {
  transform: translateY(-3px);
  background: #2b0710;
}

.city-note {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
}

.footer {
  padding: 70px 20px 34px;
  color: #ffffff;
  background: #120009;
}

.footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr .8fr .9fr 1fr .8fr;
  gap: 54px;
}

.footer-logo-link {
  display: inline-block;
}

.footer-brand strong {
  display: block;
  margin-top: 16px;
  color: #ffffff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  line-height: 1;
}

.footer-brand p {
  max-width: 230px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
}

.footer-logo {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #ffe08a 0%, #d9a75f 58%, #8c5a1e 100%);
  box-shadow: 0 0 0 8px rgba(217, 167, 95, .14);
}

.footer-logo svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.footer-col a {
  color: rgba(255,255,255,.84);
  font-size: 14px;
  font-weight: 700;
}

.footer-col a:hover,
.footer-col a.active {
  color: #e02a7f;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.74);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 14px;
  font-weight: 800;
}

.payment-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.payment-badges span {
  min-width: 45px;
  padding: 7px 8px;
  border-radius: 3px;
  color: #11305d;
  background: #ffffff;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
}

.payment-badges span:nth-child(2) { color: #153e91; }
.payment-badges span:nth-child(3) { color: #b22b21; }
.payment-badges span:nth-child(4) { color: #bb7413; }
.payment-badges span:nth-child(5) { color: #1770b8; }

.section-reveal {
  opacity: 1;
  transform: none;
}

.js .section-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(217, 167, 95, .48);
  border-radius: 50%;
  color: #170706;
  background: linear-gradient(135deg, #ffe08a 0%, #d9a75f 58%, #8c5a1e 100%);
  box-shadow: 0 16px 36px rgba(27, 6, 11, .26);
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  transform: translateY(-4px);
}

.section-reveal.visible { opacity: 1; transform: translateY(0); }

.about-hero, .about-community, .founder-message, .about-steps, .get-started-panel, .about-values {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 54px;
  align-items: center;
  padding: 92px 0 76px;
}

.about-hero-copy {
  padding: 52px;
  border-radius: 34px;
  color: #ffffff;
  background: linear-gradient(135deg, #1b060b 0%, #321018 56%, #5f3515 100%);
  box-shadow: var(--shadow);
}

.about-hero-copy h1 {
  color: #ffffff;
}

.about-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 18px;
}

.about-hero-copy .button.ghost {
  color: #ffffff;
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
}

.about-hero-image img, .founder-image img, .get-started-image img {
  width: 100%;
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.about-community, .about-steps, .about-values {
  padding: 80px 0;
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.community-grid article {
  overflow: hidden;
  border: 1px solid rgba(217, 167, 95, .26);
  border-radius: 28px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 48px rgba(27, 6, 11, .08);
}

.community-grid img {
  width: 100%;
  aspect-ratio: 1 / .72;
  object-fit: cover;
}

.community-grid h3, .community-grid p {
  padding: 0 24px;
}

.community-grid h3 {
  margin-top: 24px;
  font-size: 28px;
}

.community-grid p {
  margin: 12px 0 28px;
  color: var(--muted);
}

.founder-message, .get-started-panel {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  padding: 82px 0;
}

.founder-copy, .get-started-copy {
  padding: 46px;
  border-radius: 32px;
  background: #fffdf7;
  box-shadow: var(--shadow);
}

.founder-copy h2, .get-started-copy h2 {
  margin-bottom: 22px;
}

.founder-copy p, .get-started-copy p, .about-values p {
  color: var(--muted);
  font-size: 17px;
}

.founder-copy strong {
  display: inline-block;
  margin-top: 10px;
  color: var(--wine-dark);
}

.step-list {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.step-list article {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 28px;
  border: 1px solid rgba(217, 167, 95, .3);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,253,247,.94), rgba(246,234,216,.82));
}

.step-list span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #170706;
  background: linear-gradient(135deg, #ffe08a 0%, #d9a75f 58%, #8c5a1e 100%);
  font-weight: 900;
}

.step-list h3 {
  font-size: 28px;
}

.step-list p {
  margin: 10px 0 0;
  color: var(--muted);
}

.get-started-panel {
  grid-template-columns: minmax(0, 1fr) 420px;
}

.get-started-copy ul {
  margin: 22px 0 28px;
  padding-left: 20px;
  color: var(--muted);
}

.get-started-copy li + li {
  margin-top: 10px;
}

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

.value-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 36px auto 24px;
}

.value-row span {
  padding: 13px 22px;
  border: 1px solid rgba(217, 167, 95, .36);
  border-radius: 999px;
  color: var(--wine-dark);
  background: rgba(255,255,255,.72);
  font-weight: 900;
}

.about-values p {
  max-width: 820px;
  margin: 0 auto;
}

.single-post {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 74px 0 90px;
}

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

.post-header h1 {
  max-width: 920px;
  margin: 0 auto;
}

.post-meta {
  max-width: 760px;
  margin: 22px auto 34px;
  color: var(--muted);
  font-size: 18px;
}

.post-header img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.post-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  margin-top: 54px;
}

.post-toc {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(217, 167, 95, .28);
  border-radius: 22px;
  background: rgba(255,253,247,.86);
  box-shadow: 0 18px 46px rgba(27, 6, 11, .08);
}

.post-toc strong {
  color: var(--wine-dark);
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
}

.post-toc a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.post-toc a:hover {
  color: var(--gold);
}

.post-content {
  padding: 48px;
  border-radius: 34px;
  background: #fffdf7;
  box-shadow: var(--shadow);
}

.post-content section + section {
  margin-top: 52px;
  padding-top: 48px;
  border-top: 1px solid rgba(75, 14, 29, .12);
}

.post-content h2 {
  margin-bottom: 20px;
}

.post-content p, .post-content li {
  color: var(--muted);
  font-size: 17px;
}

.post-content ul {
  margin: 20px 0 0;
  padding-left: 22px;
}

.post-content li + li {
  margin-top: 10px;
}

.post-content blockquote {
  margin: 26px 0 0;
  padding: 24px 28px;
  border-left: 4px solid var(--gold);
  border-radius: 18px;
  color: var(--wine-dark);
  background: linear-gradient(135deg, rgba(255,224,138,.28), rgba(246,234,216,.55));
  font-family: 'Cormorant Garamond', serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.15;
}

.post-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.post-card-grid article {
  overflow: hidden;
  border: 1px solid rgba(217, 167, 95, .26);
  border-radius: 22px;
  background: rgba(246,234,216,.42);
}

.post-card-grid img {
  width: 100%;
  aspect-ratio: 1 / .72;
  object-fit: cover;
}

.post-card-grid h3 {
  padding: 20px 20px 0;
  font-size: 24px;
}

.post-card-grid p {
  padding: 0 20px 22px;
  font-size: 14px;
}

.post-cta {
  padding: 34px;
  border-radius: 26px;
  background: linear-gradient(135deg, #1b060b 0%, #321018 56%, #5f3515 100%);
}

.post-cta h2, .post-cta p {
  color: #ffffff;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 310px;
  padding: 30px;
  border: 1px solid rgba(217, 167, 95, .28);
  border-radius: 28px;
  background: rgba(255,253,247,.82);
  box-shadow: 0 18px 48px rgba(27, 6, 11, .08);
}

.blog-card.featured {
  background: linear-gradient(135deg, rgba(255,253,247,.96), rgba(246,234,216,.86));
}

.blog-card span {
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.blog-card h3 {
  font-size: 28px;
  line-height: 1;
}

.blog-card p {
  margin: 16px 0 24px;
  color: var(--muted);
}

.blog-card .button {
  margin-top: auto;
}

.blog-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 78px 0 46px;
  text-align: center;
}

.blog-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 18px;
}

.blog-page {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 92px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 46px;
  align-items: start;
}

.blog-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.blog-post-card {
  overflow: hidden;
  border: 1px solid rgba(217, 167, 95, .2);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 54px rgba(27, 6, 11, .1);
}

.blog-thumb {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.blog-thumb img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.blog-tag {
  position: absolute;
  left: 20px;
  bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  color: var(--wine-dark);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(27, 6, 11, .12);
  font-size: 12px;
  font-weight: 900;
}

.blog-tag::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 8px;
  margin-right: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffe08a, #d9a75f, #8c5a1e);
  vertical-align: middle;
}

.blog-new {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #170706;
  background: linear-gradient(135deg, #ffe08a 0%, #d9a75f 58%, #8c5a1e 100%);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card-body {
  padding: 34px 30px 30px;
}

.blog-card-body h2 {
  font-size: 31px;
  line-height: 1.02;
}

.blog-card-body p {
  margin: 18px 0 28px;
  color: var(--muted);
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  color: #170706;
  background: linear-gradient(135deg, #ffe08a 0%, #d9a75f 58%, #8c5a1e 100%);
  box-shadow: 0 14px 30px rgba(217, 167, 95, .28);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.featured-sidebar {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 28px;
}

.sidebar-card {
  padding: 32px 26px;
  border: 1px solid rgba(217, 167, 95, .22);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 54px rgba(27, 6, 11, .08);
}

.sidebar-card h2 {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 3px solid var(--gold);
  font-size: 28px;
}

.sidebar-card a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgba(75, 14, 29, .08);
}

.sidebar-card a:last-child {
  border-bottom: 0;
}

.sidebar-card strong {
  display: block;
  color: var(--wine-dark);
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  line-height: 1.05;
}

.sidebar-card span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 900px) {
  .about-hero, .founder-message, .get-started-panel, .community-grid {
    grid-template-columns: 1fr;
  }

  .post-layout, .post-card-grid, .blog-grid, .blog-page, .blog-post-grid {
    grid-template-columns: 1fr;
  }

  .featured-sidebar {
    position: static;
  }

  .post-toc {
    position: static;
  }

  .post-content {
    padding: 32px;
  }

  .about-hero {
    padding: 54px 0 44px;
  }

  .about-hero-copy, .founder-copy, .get-started-copy {
    padding: 32px;
  }
}

@media (max-width: 560px) {
  .step-list article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .nav { min-height: 72px; }
  .nav-toggle {
    display: inline-flex;
    color: #ffffff;
    border-color: rgba(255,255,255,.22);
    background: rgba(255,255,255,.08);
  }
  .nav-menu {
    position: absolute;
    top: 72px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border-radius: 4px;
    background: #333131;
    box-shadow: var(--shadow);
  }
  .nav-menu.open { display: flex; }
  .intro, .cards, .spain-websites, .perks-section, .seo-panel { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: repeat(2, 1fr); gap: 34px; }
  .hero { min-height: 560px; }
  .singles-nearby {
    min-height: auto;
    padding: 50px 20px;
    background: #ead2a4;
  }
  .singles-photo {
    width: 100%;
  }
  .singles-photo img {
    height: 380px;
  }
  .singles-card {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: min(520px, calc(100% - 28px));
    margin: -80px auto 0;
  }
  .perks-section,
  .perks-section.reverse {
    padding: 58px 0;
    gap: 28px;
  }
  .perks-section.reverse .perks-copy {
    order: 2;
  }
  .perks-section.reverse .perks-image {
    order: 1;
  }
  .perks-image img {
    min-height: 320px;
  }
  .place-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); gap: 42px 28px; }
  .feature-strip { padding: 78px 20px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .seo-panel, .join { padding: 34px; }
  .footer nav { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .hero, .intro, .cards, .benefits, .seo-panel, .join, .faq { width: min(100% - 28px, 1180px); }
  .hero { width: 100%; min-height: 520px; }
  .feature-strip { width: 100%; padding: 60px 20px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-item p { font-size: 16px; }
  .singles-photo img { height: 300px; }
  .singles-card { padding: 30px 26px; margin-top: -56px; }
  .perks-copy { padding: 28px 24px; }
  .perks-image img { min-height: 260px; }
  .place-grid { grid-template-columns: 1fr; }
  .place-card img { height: 220px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .payment-badges { justify-content: flex-start; }
  .brand { font-size: 24px; }
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  .hero-text { font-size: 16px; }
  .hero-actions, .button { width: 100%; }
  .floating-note { position: static; margin-top: -18px; max-width: none; }
  .card-content, .benefit-grid article { padding: 24px; }
  .footer { padding: 42px 20px; }
}
