:root {
  --navy: #001023;
  --navy-2: #02152b;
  --red: #e7193f;
  --ink: #111827;
  --ivory: #fffaf4;
  --paper: #fffdf9;
  --blush: #fff0ed;
  --line: #f2c8c8;
  --muted: #68707a;
  --radius-card: 8px;
  --radius-pill: 999px;
  --shadow-shell: 0 18px 44px rgba(0, 23, 43, .20);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --content-max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--serif); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; padding: 10px 14px; color: white; background: var(--navy); }
.skip-link:focus { top: 12px; }
.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; }
.site-shell { width: 100%; min-height: 100vh; margin: 0; overflow: hidden; background: var(--paper); }
.site-header { position: relative; z-index: 20; background: var(--navy); color: white; }
.header-inner { width: 100%; height: 66px; padding: 0 54px; margin: 0 auto; display: flex; align-items: center; gap: 28px; position: relative; }
.municipality-brand { flex: 0 0 auto; display: flex; align-items: center; gap: 9px; color: white; text-decoration: none; }
.municipality-brand img { width: 44px; height: 52px; object-fit: contain; image-rendering: auto; }
.municipality-brand span { display: grid; line-height: 1; }
.municipality-brand small { margin-bottom: 3px; font: 600 8px/1 var(--sans); letter-spacing: .04em; }
.municipality-brand strong { font-size: 16px; }
.main-nav { margin-left: auto; display: flex; align-items: stretch; height: 100%; gap: 38px; }
.main-nav a { position: relative; display: grid; place-items: center; text-decoration: none; font: 700 10px/1 var(--sans); letter-spacing: .025em; }
.main-nav a.active::after { content: ""; position: absolute; left: 50%; bottom: 10px; width: 18px; height: 2px; transform: translateX(-50%); background: var(--red); }
.header-heart {
  color: var(--red);
  display: inline-block;
  font: 28px/1 var(--serif);
  transform-origin: 50% 58%;
  animation: header-heartbeat 1.45s ease-in-out infinite;
  will-change: transform;
}
@keyframes header-heartbeat {
  0%, 38%, 100% { transform: scale(1); }
  10% { transform: scale(1.22); }
  18% { transform: scale(.98); }
  26% { transform: scale(1.13); }
  32% { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .header-heart { animation: none; }
}
.mobile-menu-button, .mobile-menu { display: none; }
.main-content { min-height: 220px; background: var(--paper); }
.site-footer { background: var(--navy-2); color: white; padding: 28px 50px 14px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .82fr 1.2fr 1.25fr .9fr; gap: 25px; align-items: start; }
.footer-grid section + section { border-left: 1px solid rgba(255,255,255,.28); padding-left: 24px; min-height: 102px; }
.footer-grid h2 { margin: 0 0 10px; font-size: 13px; }
.footer-grid p, .footer-grid a, .footer-grid input { font: 10px/1.45 var(--sans); }
.footer-grid p { margin: 0 0 10px; }
.footer-brand img { width: 88px; height: 102px; object-fit: contain; margin-bottom: 8px; }
.social-links { display: flex; gap: 8px; }
.social-links a, .social-link-disabled { text-decoration: none; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; width: 34px; height: 34px; display: grid; place-items: center; color: white; background: rgba(255,255,255,.05); transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.social-links svg, .social-links img { width: 16px; height: 16px; fill: currentColor; }
.social-links a:hover { transform: translateY(-2px); color: white; border-color: var(--red); background: var(--red); }
.social-link-disabled { opacity: .62; }
.newsletter-row { display: flex; border: 1px solid rgba(255,255,255,.35); border-radius: var(--radius-pill); overflow: hidden; height: 34px; }
.newsletter-row input { min-width: 0; width: 100%; padding: 8px 11px; border: 0; color: white; background: transparent; outline: 0; }
.newsletter-row input::placeholder { color: rgba(255,255,255,.7); }
.newsletter-row button { width: 38px; border: 0; color: white; background: var(--red); cursor: pointer; }
.form-status { min-height: 15px; margin-top: 6px !important; }
.footer-comune { text-align: center; }
.footer-comune img { width: 40px; height: 52px; object-fit: cover; margin: 8px auto 0; }
.footer-bottom { margin-top: 18px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; align-items: center; gap: 20px; font: 9px/1.4 var(--sans); }
.footer-bottom nav { display: flex; gap: 22px; }
.footer-bottom a { text-decoration: none; }
.cookie-settings-button { padding: 0; border: 0; color: white; background: transparent; cursor: pointer; font: inherit; text-decoration: underline; text-underline-offset: 3px; }
.cookie-settings-button:hover, .cookie-settings-button:focus-visible { color: #ffb1bf; }
.footer-bottom-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 18px; }
.developer-credit { color: #ffd4dc; font-weight: 700; }
.developer-credit:hover { color: white; }
:focus-visible { outline: 3px solid #ff9daf; outline-offset: 3px; }
@media (max-width: 760px) {
  body { background: var(--paper); }
  .site-shell { width: 100%; margin: 0; }
  .header-inner { height: 58px; padding: 0 14px; gap: 10px; }
  .municipality-brand img { width: 38px; height: 46px; }
  .municipality-brand small { font-size: 7px; }
  .municipality-brand strong { font-size: 14px; }
  .main-nav { display: none; }
  .header-heart { margin-left: auto; font-size: 24px; }
  .mobile-menu-button { display: grid; width: 32px; height: 32px; padding: 6px; border: 0; background: transparent; place-content: center; gap: 4px; cursor: pointer; }
  .mobile-menu-button span { display: block; width: 20px; height: 2px; background: white; }
  .mobile-menu { position: absolute; top: 58px; right: 0; width: min(280px, 88vw); padding: 8px; background: var(--navy); box-shadow: 0 14px 30px rgba(0,0,0,.28); }
  .mobile-menu:not([hidden]) { display: grid; }
  .mobile-menu a { padding: 13px; border-bottom: 1px solid rgba(255,255,255,.12); text-decoration: none; font: 700 12px/1 var(--sans); }
  .site-footer { padding: 26px 22px 15px; }
  .footer-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-grid section + section { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding: 18px 0 0; margin-top: 18px; min-height: 0; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom nav { flex-wrap: wrap; gap: 14px; }
}

/* Home */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 34px; padding: 9px 17px; border-radius: var(--radius-pill); text-decoration: none; font: 700 9px/1 var(--sans); letter-spacing: .015em; white-space: nowrap; }
.button-primary { color: white; border: 1px solid var(--red); background: var(--red); box-shadow: 0 5px 12px rgba(231,25,63,.18); }
.button-outline { color: var(--red); border: 1px solid #f29aaa; background: rgba(255,255,255,.7); }
.hero { position: relative; display: grid; grid-template-columns: 22% 32% 46%; height: 335px; overflow: hidden; background: linear-gradient(100deg,#fffaf4 0 47%,#f7f0e9 61%,#e4f0f4 100%); }
.hero::after { content: ""; position: absolute; z-index: 5; left: -3%; right: -3%; bottom: -50px; height: 74px; border-radius: 50% 50% 0 0 / 80% 80% 0 0; background: var(--paper); transform: rotate(-1deg); box-shadow: 0 -1px 0 rgba(231,25,63,.14); }
.hero-logo-col { display: flex; align-items: center; justify-content: center; padding: 10px 4px 32px 40px; z-index: 3; }
.hero-logo { width: 174px; max-height: 220px; object-fit: contain; mix-blend-mode: multiply; }
.hero-copy { align-self: center; z-index: 6; padding: 3px 12px 34px 8px; }
.hero-copy h1 { margin: 0 0 23px; font-size: 35px; line-height: 1.05; font-weight: 700; white-space: nowrap; }
.hero-copy h1 span { color: var(--red); }
.hero-date { margin: 0; font-size: 19px; font-weight: 700; line-height: 1; }
.hero-location { margin: 7px 0 0; color: #525969; font: 700 10px/1.2 var(--sans); letter-spacing: .03em; text-transform: uppercase; }
.heart-rule { width: 110px; margin: 10px 0 11px; display: flex; align-items: center; }
.heart-rule span { flex: 1; height: 1px; background: var(--red); opacity: .75; }
.heart-rule b { color: var(--red); font-size: 12px; margin-left: 2px; }
.hero-lead { width: 225px; margin: 0 0 18px; font-size: 12px; line-height: 1.55; }
.hero-visual { position: relative; overflow: hidden; z-index: 2; }
.hero-visual::after { content: "♡"; position: absolute; right: 35px; bottom: 45px; color: rgba(231,25,63,.24); font-size: 40px; transform: rotate(-8deg); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 48% 50%; transform: scale(1.08); }
.hero-visual img, .event-image img, .territory-card img, .news-feature > img, .news-card > img { filter: saturate(.88) contrast(1.05) brightness(.98); }
.section-narrow { width: min(760px, calc(100% - 90px)); margin: 0 auto; text-align: center; }
.event-intro { position: relative; padding: 27px 0 24px; border-bottom: 1px solid #f6ddd9; }
.event-intro .eyebrow-heart { display: block; color: var(--red); font-size: 22px; height: 20px; }
.event-intro h2 { margin: 2px 0 8px; font-size: 24px; }
.event-intro p { max-width: 660px; margin: 6px auto; color: #3f4650; font-size: 11px; line-height: 1.5; }
.event-intro .button { margin-top: 9px; }
.home-section { padding: 20px 44px 10px; }
.section-heading { text-align: center; margin-bottom: 13px; }
.section-heading h2 { margin: 0; font-size: 18px; font-weight: 500; line-height: 1.15; }
.section-heading span { display: block; width: 78px; margin: 5px auto 0; color: var(--red); font-size: 10px; position: relative; }
.section-heading span::before, .section-heading span::after { content: ""; position: absolute; top: 50%; height: 1px; width: 31px; background: #ef8b9f; }
.section-heading span::before { left: 0; }
.section-heading span::after { right: 0; }
.event-layout { display: grid; grid-template-columns: minmax(0, 1fr) 210px; gap: 14px; align-items: stretch; }
.event-carousel { min-width: 0; }
.event-track { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; overflow: hidden; }
.event-card { min-width: 0; overflow: hidden; border: 1px solid #eadfd8; border-radius: 7px; background: white; box-shadow: 0 1px 3px rgba(0,0,0,.03); }
.event-image { position: relative; height: 112px; overflow: hidden; }
.event-image img { width: 100%; height: 100%; object-fit: cover; }
.event-image span { position: absolute; left: 7px; bottom: 7px; padding: 4px 7px; color: white; background: var(--red); border-radius: 10px; font: 700 7px/1 var(--sans); }
.event-card-body { padding: 10px 9px 12px; }
.event-card h3 { margin: 0 0 6px; font-size: 13px; line-height: 1.15; font-weight: 500; }
.event-card p { margin: 0; color: var(--red); font: 9px/1.3 var(--sans); }
.carousel-dots { display: none; }
.program-update-card { min-height: 174px; padding: 19px 16px 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: linear-gradient(160deg,#fff4f1,#ffeceb); border-radius: 8px; }
.update-heart { color: var(--red); font-size: 36px; line-height: .8; }
.program-update-card h3 { margin: 10px 0 6px; font-size: 17px; line-height: 1.15; font-weight: 500; }
.program-update-card p { margin: 0 0 13px; font-size: 9px; line-height: 1.45; }
.program-update-card .button { padding-inline: 11px; font-size: 7px; min-height: 30px; }
.home-lower { margin: 10px 44px 24px; padding-top: 13px; border-top: 1px solid #f3ddd8; display: grid; grid-template-columns: 1.1fr 1.15fr .95fr; gap: 22px; }
.home-column + .home-column { border-left: 1px solid #f3ddd8; padding-left: 20px; }
.home-lower .section-heading { margin-bottom: 10px; }
.home-lower .section-heading h2 { font-size: 17px; }
.program-days { display: grid; gap: 5px; }
.program-day { display: grid; grid-template-columns: 13px 1fr 1.05fr; align-items: center; column-gap: 4px; min-height: 17px; font: 7px/1.2 var(--sans); }
.program-day .mini-heart { color: var(--red); font-size: 12px; }
.program-day strong { font-size: 7px; }
.program-day > span:last-child { color: #505866; font-size: 6.5px; text-align: right; }
.weekly-program .button { margin: 13px auto 0; display: flex; width: max-content; max-width: 100%; padding-inline: 13px; font-size: 7px; }
.territory-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.territory-card { min-width: 0; overflow: hidden; border: 1px solid #eadfd8; border-radius: 6px; background: white; }
.territory-card img { width: 100%; height: 115px; object-fit: cover; }
.territory-card div { padding: 8px 7px; }
.territory-card h3 { margin: 0 0 5px; font-size: 10px; line-height: 1.1; }
.territory-card p { margin: 0; display: flex; justify-content: space-between; color: #4e5560; font: 7px/1.2 var(--sans); }
.territory-card p span { color: var(--red); }
.news-feature { overflow: hidden; border: 1px solid #eadfd8; border-radius: 6px; background: white; }
.news-feature > img { width: 100%; height: 105px; object-fit: cover; }
.news-feature-body { padding: 7px 8px 10px; }
.content-label { display: inline-block; margin-bottom: 5px; padding: 3px 5px; border: 1px solid #dbd6d1; border-radius: 8px; font: 600 5.5px/1 var(--sans); }
.news-feature h3 { margin: 0 0 4px; font-size: 10px; line-height: 1.25; }
.news-feature p { margin: 0; font: 7px/1.35 var(--sans); color: #4e5560; }
.news-block .button { margin: 10px auto 0; display: flex; width: max-content; min-height: 25px; padding: 6px 11px; font-size: 6.5px; }

@media (max-width: 900px) and (min-width: 761px) {
  .hero { grid-template-columns: 23% 36% 41%; }
  .hero-copy h1 { font-size: 29px; }
  .home-section { padding-inline: 28px; }
  .event-layout { grid-template-columns: 1fr 190px; }
  .event-track { grid-template-columns: repeat(2,1fr); }
  .event-card:nth-child(n+3) { display: none; }
  .home-lower { margin-inline: 28px; grid-template-columns: 1fr 1fr; }
  .news-block { grid-column: 1 / -1; border-left: 0 !important; padding-left: 0 !important; }
}

@media (max-width: 760px) {
  .hero { height: auto; min-height: 390px; display: block; padding: 23px 18px 42px; text-align: center; background: linear-gradient(170deg,#fffaf5 0 74%,#f8ece7 100%); }
  .hero::after { bottom: -29px; height: 56px; }
  .hero-logo-col { padding: 0; display: block; }
  .hero-logo { width: 146px; height: 145px; margin: 0 auto 4px; object-fit: contain; }
  .hero-copy { padding: 0; }
  .hero-copy h1 { margin: 0 0 13px; font-size: 26px; line-height: 1.05; white-space: normal; }
  .hero-date { font-size: 14px; }
  .hero-location { margin-top: 5px; font-size: 8px; }
  .heart-rule { width: 78px; margin: 7px auto 9px; }
  .hero-lead { width: 230px; max-width: 100%; margin: 0 auto 15px; font-size: 9px; line-height: 1.45; }
  .hero-visual { display: none; }
  .hero .button { min-height: 34px; padding: 9px 16px; font-size: 8px; }
  .section-narrow { width: calc(100% - 36px); }
  .event-intro { padding: 26px 0 22px; }
  .event-intro h2 { font-size: 19px; }
  .event-intro p { font-size: 9px; }
  .home-section { padding: 18px 14px 8px; }
  .section-heading { text-align: left; margin: 0 0 12px; }
  .section-heading h2 { font-size: 17px; }
  .section-heading span { margin: 5px 0 0; width: 76px; }
  .event-layout { display: block; }
  .event-track { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 2px; }
  .event-track::-webkit-scrollbar { display: none; }
  .event-card { flex: 0 0 100%; scroll-snap-align: start; }
  .event-image { height: 132px; }
  .event-card h3 { font-size: 13px; }
  .carousel-dots { display: flex; justify-content: center; gap: 7px; margin: 8px 0 17px; }
  .carousel-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: #d8d8d8; }
  .carousel-dots button.active { background: #1c2531; }
  .program-update-card { min-height: 128px; padding: 14px 16px; align-items: flex-start; text-align: left; position: relative; }
  .program-update-card .update-heart { position: absolute; left: 12px; top: 18px; font-size: 23px; }
  .program-update-card h3, .program-update-card p, .program-update-card .button { margin-left: 31px; }
  .program-update-card h3 { margin-top: 0; font-size: 14px; }
  .program-update-card p { font-size: 8px; margin-bottom: 10px; }
  .home-lower { display: block; margin: 16px 14px 20px; padding-top: 18px; }
  .home-column + .home-column { border-left: 0; border-top: 1px solid #f3ddd8; padding: 18px 0 0; margin-top: 18px; }
  .home-lower .section-heading { text-align: center; }
  .home-lower .section-heading span { margin-inline: auto; }
  .program-day { grid-template-columns: 15px 1.25fr 1fr; min-height: 27px; font-size: 7px; }
  .program-day strong { font-size: 8px; }
  .program-day > span:last-child { font-size: 6px; }
  .territory-card img { height: 102px; }
  .news-feature > img { height: 145px; }
}

/* Editorial and internal pages */
.page-hero { position: relative; overflow: hidden; padding: 58px 90px 54px; text-align: center; background: radial-gradient(circle at 76% 20%,rgba(231,25,63,.07),transparent 25%),linear-gradient(150deg,#fffaf3,#fff4ef); border-bottom: 1px solid #f2d9d3; }
.page-hero::before, .page-hero::after { content: ""; position: absolute; border: 1px solid rgba(231,25,63,.12); border-radius: 50%; width: 380px; height: 95px; bottom: -73px; }
.page-hero::before { left: -80px; transform: rotate(6deg); }
.page-hero::after { right: -110px; transform: rotate(-5deg); }
.page-hero-mark { color: var(--red); font-size: 34px; line-height: 1; }
.page-kicker { margin: 5px 0 7px; color: var(--red); font: 700 9px/1 var(--sans); letter-spacing: .15em; }
.page-hero h1 { margin: 0 0 12px; font-size: 38px; line-height: 1.05; }
.page-hero > p:not(.page-kicker) { max-width: 640px; margin: 6px auto; color: #4f5661; font-size: 13px; line-height: 1.55; }
.compact-page-hero { padding-block: 44px; }
.editorial-wrap { width: min(870px, calc(100% - 90px)); margin: 34px auto 42px; }
.event-story { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 26px 28px; margin-bottom: 18px; border: 1px solid #efdfd9; border-radius: 12px; background: white; box-shadow: 0 8px 22px rgba(0,23,43,.035); }
.event-story-intro { display: block; text-align: center; background: transparent; border: 0; box-shadow: none; padding-top: 2px; }
.event-story h2 { margin: 0 0 9px; font-size: 24px; line-height: 1.15; }
.event-story h3 { margin: 16px 0 5px; color: var(--red); font: 700 10px/1.2 var(--sans); text-transform: uppercase; letter-spacing: .07em; }
.event-story p { margin: 7px 0; color: #424a55; font-size: 12px; line-height: 1.55; }
.event-story .story-lead { color: var(--ink); font-size: 14px; font-weight: 700; }
.story-icon { color: var(--red); font-size: 43px; text-align: center; line-height: 1.1; }
.story-kicker { margin-top: 0 !important; color: var(--red) !important; font: 700 9px/1 var(--sans) !important; letter-spacing: .1em; }
.blush-card { background: linear-gradient(145deg,#fff8f5,#fff0ec); }
.love-types { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px 14px; margin: 12px 0 4px; color: #4a515b; font: 10px/1.35 var(--sans); }
.event-finale { text-align: center; padding: 35px 20px 10px; }
.event-finale > span { color: var(--red); font-size: 40px; }
.event-finale h2 { margin: 3px 0 13px; font-size: 30px; }
.event-finale p { font-size: 13px; line-height: 1.65; }
.program-page { width: min(980px, calc(100% - 90px)); margin: 36px auto 52px; display: grid; gap: 18px; }
.program-day-panel { position: relative; overflow: hidden; border: 1px solid #eeded9; border-radius: 14px; background: white; box-shadow: 0 10px 28px rgba(0,23,43,.045); }
.program-day-panel::before { content: "♡"; position: absolute; right: 24px; top: 2px; color: rgba(231,25,63,.075); font-size: 88px; pointer-events: none; }
.program-day-heading { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; padding: 20px 26px; background: linear-gradient(110deg,#fff4f1,#fffaf7 72%); border-bottom: 1px solid #f2ded8; }
.program-day-icon { display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 auto; border-radius: 50%; background: white; box-shadow: 0 5px 15px rgba(231,25,63,.1); font-size: 22px; }
.program-day-heading p { margin: 0 0 5px; color: var(--red); font: 700 9px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.program-day-panel h2 { margin: 0; font-size: 23px; line-height: 1.12; }
.program-event-list { position: relative; z-index: 1; padding: 0 26px; }
.program-event { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 26px; padding: 24px 0 26px; }
.program-event + .program-event { border-top: 1px solid #f1e1dc; }
.program-event-meta { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; color: #505863; font: 700 10px/1.35 var(--sans); }
.program-event-time { display: inline-flex; padding: 7px 11px; border-radius: var(--radius-pill); color: white; background: var(--red); }
.program-event-venue { padding-left: 2px; }
.program-event-copy h3 { margin: 0 0 8px; font-size: 22px; line-height: 1.15; }
.program-event-lead { margin: 0 0 8px; color: #303844; font-size: 13px; line-height: 1.5; font-weight: 700; }
.program-event-details { margin: 0; color: #59616c; font-size: 12px; line-height: 1.62; }
.program-empty-state { position: relative; z-index: 1; justify-self: end; margin: 0; padding: 8px 14px; border: 1px solid #f1b5bf; border-radius: var(--radius-pill); color: var(--red); background: #fff8f7; font: 700 9px/1 var(--sans); }

@media (max-width: 760px) {
  .page-hero { padding: 40px 22px 36px; }
  .page-hero h1 { font-size: 29px; }
  .page-hero > p:not(.page-kicker) { font-size: 10px; }
  .editorial-wrap { width: calc(100% - 28px); margin-block: 22px 30px; }
  .event-story { grid-template-columns: 38px 1fr; gap: 10px; padding: 19px 16px; border-radius: 9px; }
  .event-story-intro { display: block; padding-inline: 6px; }
  .event-story h2 { font-size: 20px; }
  .event-story p { font-size: 10px; }
  .story-icon { font-size: 31px; }
  .love-types { grid-template-columns: 1fr; font-size: 9px; }
  .event-finale h2 { font-size: 23px; }
  .event-finale p { font-size: 10px; }
  .program-page { width: calc(100% - 28px); margin-block: 22px 34px; gap: 12px; }
  .program-day-heading { padding: 16px; gap: 12px; }
  .program-day-icon { width: 40px; height: 40px; font-size: 19px; }
  .program-day-panel h2 { font-size: 18px; }
  .program-event-list { padding-inline: 16px; }
  .program-event { grid-template-columns: 1fr; gap: 13px; padding-block: 19px 21px; }
  .program-event-meta { flex-direction: row; align-items: center; flex-wrap: wrap; }
  .program-event-copy h3 { font-size: 19px; }
  .program-event-lead { font-size: 11px; }
  .program-event-details { font-size: 10px; }
  .program-empty-state { justify-self: start; }
}

/* News, info and legal */
.news-page-wrap { width: min(900px, calc(100% - 90px)); margin: 34px auto 44px; }
.news-empty-state { padding: 36px 24px; text-align: center; border: 1px solid #efdfd9; border-radius: 12px; background: linear-gradient(145deg,#fff,#fff5f1); }
.news-empty-state > span { color: var(--red); font-size: 38px; }
.news-empty-state h2 { margin: 3px 0 7px; font-size: 24px; }
.news-empty-state p { margin: 0; color: #59606b; font-size: 12px; }
.news-grid { margin-top: 22px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.news-card { overflow: hidden; border: 1px solid #efdfd9; border-radius: 10px; background: white; }
.news-card img { width: 100%; height: 150px; object-fit: cover; }
.news-card img.is-wide-graphic, .article-hero.is-wide-graphic { height: auto; object-fit: contain; background: #f7f3f4; }
.news-card-body { padding: 14px; }
.news-card-date { color: var(--red); font: 700 9px/1 var(--sans); }
.news-card-title { margin: 8px 0 6px; font-size: 18px; }
.news-card-excerpt { color: #555d67; font-size: 11px; line-height: 1.45; }
.article-layout { width: min(760px, calc(100% - 90px)); margin: 48px auto 52px; }
.article-header { text-align: center; margin-bottom: 24px; }
.article-title { margin: 5px 0 10px; font-size: 36px; line-height: 1.08; }
.article-date { color: #6b7280; font: 10px/1.3 var(--sans); }
.article-hero { width: 100%; height: 310px; object-fit: cover; border-radius: 12px; }
.article-body { padding: 26px 18px; }
.article-body p { color: #3f4650; font-size: 13px; line-height: 1.7; }
.article-gallery, .article-external-links, .related-news { margin-top: 18px; padding: 20px; border-top: 1px solid #f0dcd7; }
.article-gallery h2, .article-external-links h2, .related-news h2 { margin: 0 0 7px; font-size: 20px; }
.article-gallery p, .article-external-links p, .related-news p { margin: 0; color: #626975; font-size: 11px; line-height: 1.5; }
.info-grid { width: min(900px, calc(100% - 90px)); margin: 32px auto 44px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.info-card { min-height: 145px; padding: 22px 18px; border: 1px solid #efdfd9; border-radius: 10px; background: white; box-shadow: 0 6px 16px rgba(0,23,43,.03); }
.info-card-link { color: inherit; text-decoration: none; }
.info-card-link strong { display: inline-block; margin-top: 14px; color: var(--red); font: 700 9px/1 var(--sans); text-transform: uppercase; letter-spacing: .04em; }
.info-card > span { color: var(--red); font: 700 24px/1 var(--serif); }
.info-card h2 { margin: 13px 0 8px; font-size: 18px; }
.info-card p { margin: 0; color: #68707a; font: 10px/1.4 var(--sans); }
.info-card-wide { grid-column: span 2; background: linear-gradient(145deg,#fff,#fff2ee); }
.legal-page { width: min(720px, calc(100% - 90px)); min-height: 430px; margin: 0 auto; padding: 68px 0; text-align: center; }
.legal-page h1 { margin: 8px 0 24px; font-size: 36px; }
.image-credit-list { margin: 22px 0; padding-left: 22px; text-align: left; }
.image-credit-list li { margin: 0 0 10px; line-height: 1.5; }
.image-credit-list a { color: var(--red); font-weight: 700; }
.press-area { width: min(900px, calc(100% - 90px)); margin: 34px auto 50px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.press-card { padding: 26px; border: 1px solid #efdfd9; border-radius: 14px; background: #fff; box-shadow: 0 10px 26px rgba(0,23,43,.05); }
.press-card-wide { grid-column: 1 / -1; background: linear-gradient(145deg,#fff,#fff3ef); }
.press-card h2 { margin: 6px 0 12px; font-size: 23px; }
.press-card p { color: #505863; font-size: 12px; line-height: 1.65; }
.press-card a:not(.button) { color: var(--red); font-weight: 700; }
.press-downloads { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.press-note { padding: 11px 13px; border-radius: 8px; background: var(--blush); }
.legal-notice { padding: 28px; border: 1px solid #efdfd9; border-radius: 12px; background: linear-gradient(145deg,#fff,#fff5f1); }
.legal-notice > span { color: var(--red); font-size: 30px; }
.legal-notice p { margin: 10px auto; max-width: 580px; color: #4d5560; font-size: 12px; line-height: 1.6; }
.program-event-cta { margin-top: 7px; }
.event-detail-card { width: min(900px, calc(100% - 90px)); margin: 38px auto 18px; display: grid; grid-template-columns: 250px minmax(0,1fr); overflow: hidden; border: 1px solid #efdfd9; border-radius: 14px; background: white; box-shadow: 0 12px 30px rgba(0,23,43,.06); }
.event-detail-meta { padding: 28px; color: white; background: linear-gradient(155deg,var(--navy),#082748); }
.event-detail-meta p { margin: 0 0 20px; }
.event-detail-meta span { display: block; margin-bottom: 5px; color: #ff9daf; font: 700 8px/1 var(--sans); text-transform: uppercase; letter-spacing: .12em; }
.event-detail-meta strong { font-size: 16px; line-height: 1.25; }
.event-detail-meta .button { margin-top: 8px; color: white; background: transparent; border-color: rgba(255,255,255,.5); white-space: normal; text-align: center; }
.event-detail-copy { padding: 34px 38px; }
.event-detail-copy h2 { margin: 7px 0 14px; font-size: 28px; }
.event-detail-copy > p:not(.story-kicker) { color: #444d59; font-size: 13px; line-height: 1.7; }
.event-detail-image { margin: 24px 0 0; overflow: hidden; border: 1px solid #efdfd9; border-radius: 10px; background: #f7f3f1; }
.event-detail-image img { display: block; width: 100%; height: auto; }
.detail-back { width: min(900px, calc(100% - 90px)); margin: 0 auto 48px; }
.travel-page { width: min(900px, calc(100% - 90px)); margin: 34px auto 48px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.travel-card { display: grid; grid-template-columns: 45px minmax(0,1fr); gap: 15px; padding: 24px; border: 1px solid #efdfd9; border-radius: 12px; background: white; box-shadow: 0 8px 22px rgba(0,23,43,.04); }
.travel-card > span { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--blush); font-size: 21px; }
.travel-card h2 { margin: 0 0 9px; font-size: 20px; }
.travel-card p { margin: 6px 0; color: #555d67; font-size: 11px; line-height: 1.58; }
.travel-card a { color: var(--red); font: 700 9px/1.3 var(--sans); }
.travel-card-wide { grid-column: 1 / -1; }
.venue-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 12px 0; }
.venue-list p { padding: 14px; border-radius: 8px; background: #fff6f3; }
.travel-note { grid-column: 1 / -1; padding: 18px 22px; color: white; border-radius: 10px; background: var(--navy); }
.travel-note strong { font-size: 15px; }
.travel-note p { margin: 5px 0 0; color: rgba(255,255,255,.78); font: 10px/1.5 var(--sans); }

@media (max-width: 760px) {
  .news-page-wrap, .article-layout, .info-grid, .legal-page { width: calc(100% - 28px); }
  .news-page-wrap { margin-block: 22px 30px; }
  .news-empty-state { padding: 28px 16px; }
  .news-grid { grid-template-columns: 1fr; }
  .article-layout { margin-block: 28px 34px; }
  .article-title { font-size: 28px; }
  .article-hero { height: 190px; border-radius: 8px; }
  .article-body { padding-inline: 5px; }
  .article-body p { font-size: 11px; }
  .info-grid { margin-block: 22px 30px; grid-template-columns: 1fr; gap: 9px; }
  .info-card, .info-card-wide { grid-column: auto; min-height: 105px; padding: 17px; }
  .info-card h2 { font-size: 17px; margin-top: 9px; }
  .legal-page { min-height: 360px; padding-block: 46px; }
  .legal-page h1 { font-size: 30px; }
  .legal-notice { padding: 21px 16px; }
  .legal-notice p { font-size: 10px; }
  .press-area { width: calc(100% - 28px); margin-block: 22px 34px; grid-template-columns: 1fr; gap: 10px; }
  .press-card, .press-card-wide { grid-column: auto; padding: 20px 17px; }
  .event-detail-card { width: calc(100% - 28px); margin-block: 22px 14px; grid-template-columns: 1fr; }
  .event-detail-meta { padding: 21px; }
  .event-detail-copy { padding: 23px 20px; }
  .event-detail-copy h2 { font-size: 23px; }
  .detail-back { width: calc(100% - 28px); margin-bottom: 34px; }
  .travel-page { width: calc(100% - 28px); margin-block: 22px 34px; grid-template-columns: 1fr; gap: 10px; }
  .travel-card, .travel-card-wide { grid-column: auto; padding: 18px 16px; grid-template-columns: 38px minmax(0,1fr); gap: 11px; }
  .travel-card > span { width: 36px; height: 36px; font-size: 17px; }
  .travel-card h2 { font-size: 18px; }
  .venue-list { grid-template-columns: 1fr; }
  .travel-note { grid-column: auto; }
}
.form-status[data-state="error"] { color: #ffb2bd; }
.form-status[data-state="success"] { color: #d9ffe2; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

/* Approved mockup fidelity adjustments. */
.event-preview-cta {
  width: max-content;
  min-height: 26px;
  margin: 8px auto 0;
  padding: 6px 12px;
  font-size: 6.5px;
}

@media (min-width: 761px) {
  .hero-logo { width: 205px; max-height: 245px; }
  .hero-visual::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0 auto 0 0;
    width: 24%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,250,244,.98) 0%, rgba(255,250,244,.62) 42%, rgba(255,250,244,0) 100%);
  }
  .hero-visual::after { z-index: 3; }

  .section-narrow { width: min(1032px, calc(100% - 88px)); }
  .event-intro {
    min-height: 58px;
    padding: 5px 0 4px;
    display: grid;
    grid-template-columns: 235px minmax(0,1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 24px;
    text-align: left;
  }
  .event-intro .eyebrow-heart { grid-column: 1; grid-row: 1; align-self: end; height: 14px; font-size: 16px; line-height: 1; }
  .event-intro h2 { grid-column: 1; grid-row: 2; align-self: start; margin: 2px 0 0; font-size: 18px; line-height: 1.05; }
  .event-intro p { max-width: none; margin: 2px 0; font-size: 9px; line-height: 1.34; }
  .event-intro p:first-of-type { grid-column: 2; grid-row: 1; align-self: end; }
  .event-intro p:last-of-type { grid-column: 2; grid-row: 2; align-self: start; }
  .event-intro .button { grid-column: 3; grid-row: 1 / 3; margin: 0; min-height: 30px; padding: 8px 13px; font-size: 7.5px; }

  .event-highlights { padding-top: 15px; padding-bottom: 8px; }
  .event-highlights .section-heading { text-align: left; margin-bottom: 10px; }
  .event-highlights .section-heading span { margin-left: 0; margin-right: 0; }
  .event-layout { align-items: start; }
  .event-image { height: 138px; }
  .event-card-body { padding: 8px 9px 10px; }
  .program-update-card { min-height: 196px; }
  .event-preview-cta { display: flex; }

  .site-footer { padding: 20px 50px 10px; }
  .footer-grid section + section { min-height: 88px; }
  .footer-grid h2 { margin-bottom: 7px; }
  .footer-brand img { width: 82px; height: 96px; margin-bottom: 6px; }
  .footer-comune img { width: 36px; height: 47px; margin-top: 5px; }
  .footer-bottom { margin-top: 12px; padding-top: 8px; }
}

@media (min-width: 901px) {
  .hero { grid-template-columns: 22% 27% 51%; }
}

@media (max-width: 760px) {
  .event-intro { padding: 12px 0 11px; }
  .event-intro .eyebrow-heart { height: 14px; font-size: 16px; }
  .event-intro h2 { margin: 1px 0 5px; font-size: 17px; line-height: 1.08; }
  .event-intro p { margin: 3px auto; font-size: 7.8px; line-height: 1.32; }
  .event-intro .button { margin-top: 5px; min-height: 28px; padding: 7px 13px; font-size: 7px; }
  .event-image { height: 148px; }
  .event-preview-cta { display: none; }
}
.newsletter-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.newsletter-consent{display:flex;gap:8px;align-items:flex-start;margin-top:10px;font-size:12px;line-height:1.35}.newsletter-consent input{width:auto;flex:0 0 auto;margin-top:2px}.footer-contact a{color:inherit}

/* Interaction polish and technical-cookie notice. */
.button, .main-nav a, .mobile-menu a, .event-card, .territory-card, .news-card, .info-card, .program-day-panel { transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, color .22s ease, background-color .22s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(231,25,63,.2); }
.button:active { transform: translateY(0) scale(.98); }
.main-nav a:hover { color: #ffb1bf; }
.event-card:hover, .territory-card:hover, .news-card:hover, .info-card:hover, .program-day-panel:hover { transform: translateY(-3px); border-color: #efb9b9; box-shadow: 0 12px 26px rgba(0,23,43,.09); }
.cookie-notice { position: fixed; z-index: 1000; left: 24px; right: 24px; bottom: 20px; max-width: 760px; margin: auto; padding: 17px 18px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; color: white; background: rgba(0,16,35,.97); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; box-shadow: 0 18px 45px rgba(0,0,0,.28); opacity: 0; transform: translateY(18px); transition: opacity .24s ease, transform .24s ease; }
.cookie-notice.is-visible { opacity: 1; transform: translateY(0); }
.cookie-notice-copy h2 { margin: 0 0 5px; font-size: 16px; }
.cookie-notice-copy p { margin: 0; color: rgba(255,255,255,.82); font: 10px/1.5 var(--sans); }
.cookie-notice-copy a { color: #ff9daf; font-weight: 700; }
.cookie-notice-actions { display: flex; align-items: center; gap: 9px; }
.cookie-notice-actions button { min-height: 38px; padding: 9px 15px; border-radius: var(--radius-pill); cursor: pointer; white-space: nowrap; font: 700 10px/1 var(--sans); transition: transform .18s ease, background .18s ease; }
.cookie-notice-actions button:hover { transform: translateY(-1px); }
.cookie-notice-reject { border: 1px solid rgba(255,255,255,.42); color: white; background: transparent; }
.cookie-notice-accept { border: 1px solid var(--red); color: white; background: var(--red); }
@media (max-width: 760px) {
  .cookie-notice { left: 12px; right: 12px; bottom: 12px; padding: 15px; grid-template-columns: 1fr; gap: 12px; }
  .cookie-notice-actions { width: 100%; flex-wrap: wrap; }
  .cookie-notice-actions button { flex: 1 1 150px; }
}
.aeo-faq{padding-block:4rem}.aeo-faq>h2{text-align:center;margin-bottom:1.5rem}.aeo-faq>.page-kicker{text-align:center}.aeo-faq details{margin:.75rem 0;border:1px solid rgba(0,23,43,.16);border-radius:12px;background:#fff;padding:1rem 1.2rem}.aeo-faq summary{cursor:pointer;color:#00172b;font-weight:800}.aeo-faq details p{margin:.8rem 0 0;line-height:1.65}.aeo-faq a{color:#bd153d;font-weight:700}

/* Sharing buttons for news articles and event pages. */
.share-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 14px 0 18px; }
.page-event-detail .share-links { width: min(900px, calc(100% - 90px)); margin: 24px auto 0; padding: 14px 16px; border: 1px solid #efdfd9; border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: 0 8px 22px rgba(0,23,43,.04); }
.share-label { font: 700 10px/1 var(--sans); letter-spacing: .05em; text-transform: uppercase; color: var(--muted); margin-right: 4px; }
.share-link { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 32px; padding: 6px 12px; border: 1px solid rgba(0,23,43,.18); border-radius: var(--radius-pill); background: #fff; color: var(--navy); font: 700 10px/1 var(--sans); text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease, color .2s ease; }
.share-link:hover { transform: translateY(-2px); border-color: var(--red); color: var(--red); box-shadow: 0 6px 14px rgba(231,25,63,.14); }
.share-copy { cursor: pointer; }
.share-copy.copied { border-color: var(--red); background: var(--red); color: #fff; }
.article-header .share-links, .page-hero + .share-links { margin-top: 16px; }
@media (max-width: 560px) {
  .share-links { gap: 6px; }
  .share-link { padding: 6px 10px; }
  .page-event-detail .share-links { width: calc(100% - 28px); margin-top: 18px; padding: 12px; }
  .page-event-detail .share-label { width: 100%; margin-bottom: 2px; }
}

/* Love Menu and Kiss Cam sections. */
.love-menu-form { display: grid; gap: 14px; max-width: 620px; }
.love-menu-form label { display: grid; gap: 7px; font: 700 12px/1.35 var(--sans); color: var(--navy); }
.love-menu-form input, .love-menu-form textarea, .love-menu-form select { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid rgba(0,23,43,.22); border-radius: 9px; background: #fff; font: 14px/1.4 var(--sans); color: var(--ink); transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.love-menu-form textarea { min-height: 112px; resize: vertical; }
.love-menu-form input[type="file"] { padding: 8px; background: rgba(255,255,255,.78); }
.love-menu-form input[type="file"]::file-selector-button { margin-right: 12px; padding: 8px 12px; border: 0; border-radius: 7px; background: var(--navy); color: #fff; font-weight: 700; cursor: pointer; }
.love-menu-form input:focus, .love-menu-form textarea:focus, .love-menu-form select:focus { outline: 0; border-color: var(--red); box-shadow: 0 0 0 3px rgba(196,32,64,.14); background: #fff; }
.love-menu-form .checkbox { display: flex; gap: 9px; align-items: flex-start; font: 12px/1.5 var(--sans); }
.love-menu-form .checkbox input { width: 18px; min-height: 18px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--red); }
.love-menu-form .checkbox a { color: var(--red); font-weight: 700; }
.form-alert { padding: 12px 14px; border: 1px solid #f3c1c1; border-radius: 8px; background: #fff0ed; color: #a0122e; font: 12px/1.5 var(--sans); margin-bottom: 14px; }
.love-menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; margin-top: 18px; }
.love-menu-card { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 8px 22px rgba(0,23,43,.06); transition: transform .22s ease, box-shadow .22s ease; }
.love-menu-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,23,43,.12); }
.love-menu-card img { width: 100%; height: 170px; object-fit: cover; }
.love-menu-card-body { padding: 16px; }
.love-menu-card-body h3 { margin: 0 0 4px; font-size: 18px; }
.love-menu-restaurant { margin: 0 0 8px; font: 700 11px/1.4 var(--sans); letter-spacing: .03em; text-transform: uppercase; color: var(--red); }
.love-menu-card-body p { margin: 0 0 8px; font-size: 14px; line-height: 1.55; color: var(--ink); }
.love-menu-price { font-weight: 800; color: var(--navy); }
.love-menu-vote { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 12px; padding-top: 12px; border-top: 1px solid #f2e2e2; }
.love-menu-count { font: 700 11px/1 var(--sans); color: var(--muted); }
.vote-button.is-voted { border-color: var(--red); background: var(--red); color: #fff; }
.kisscam-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; margin-top: 18px; }
.kisscam-card { margin: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 8px 22px rgba(0,23,43,.06); }
.kisscam-card img { width: 100%; height: auto; display: block; background: #f7f3f4; }
.kisscam-card figcaption { padding: 12px 14px; font: 12px/1.5 var(--sans); color: var(--muted); }
.page-hero-love-menu, .page-hero-kisscam { background: linear-gradient(135deg, var(--navy) 0%, #3a0d1e 100%); }
@media (max-width: 640px) {
  .love-menu-grid, .kisscam-grid { grid-template-columns: 1fr; }
}

/* ---------- Instagram feed (homepage) ---------- */
.instagram-section{max-width:1180px;margin:0 auto;padding:64px 24px 24px}
.instagram-note{color:var(--muted,#5b6b7c);font-size:.95rem;margin:8px 0 20px}
.instagram-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:28px}
.instagram-card{position:relative;display:block;margin:0;aspect-ratio:1/1;border-radius:16px;overflow:hidden;background:#f8e7ed;border:1px solid rgba(0,23,43,.08);box-shadow:0 8px 24px rgba(0,23,43,.08);color:#fff}
.instagram-card>img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease,filter .35s ease}
.instagram-card-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:10px;padding:18px;background:linear-gradient(180deg,transparent 42%,rgba(0,23,43,.78));font:800 12px/1.3 var(--sans);letter-spacing:.04em;text-transform:uppercase;opacity:0;transition:opacity .25s ease}
.instagram-card:hover>img,.instagram-card:focus-visible>img{transform:scale(1.045);filter:saturate(1.08)}
.instagram-card:hover .instagram-card-overlay,.instagram-card:focus-visible .instagram-card-overlay{opacity:1}
.instagram-card:focus-visible{outline:3px solid var(--red);outline-offset:3px}
.instagram-glyph{width:28px;height:28px;fill:currentColor}
.instagram-cta{display:inline-block}

/* ---------- Love Menu page: layout amalgamato ---------- */
.love-menu-join{width:min(870px,calc(100% - 48px));margin:0 auto 34px}
.love-menu-join-card{border:1px solid #efdfd9;border-radius:16px;background:linear-gradient(145deg,#fff8f5,#fff0ec);box-shadow:0 10px 26px rgba(0,23,43,.05);padding:30px 32px}
.love-menu-join-mark{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--red,#c42040);color:#fff;font-size:20px;margin-bottom:14px}
.love-menu-join-card h2{margin:0 0 6px;font-size:24px;line-height:1.15}
.love-menu-join-card>p{margin:0 0 18px;color:#424a55;font-size:13px;line-height:1.55}
.love-menu-join-success{text-align:center}
.love-menu-join-success .love-menu-join-mark{background:#2e7d4f}
.love-menu-form{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;max-width:none}
.love-menu-form .span-2{grid-column:1/-1}
.love-menu-form .love-menu-submit{display:block}
.love-menu-form .love-menu-submit button{width:100%}
.love-menu-showcase{width:min(1180px,calc(100% - 48px));margin:0 auto 46px}
.love-menu-voting-guide-card{max-width:820px;padding:24px 28px;border:1px solid #efdfd9;border-radius:16px;background:linear-gradient(145deg,#fff8f5,#fff);box-shadow:0 10px 26px rgba(0,23,43,.05)}
.love-menu-voting-guide-card p{margin:0;color:#384654;line-height:1.65}
.love-menu-voting-guide-card ol{margin:16px 0;padding-left:22px;color:#263949;line-height:1.75}
.love-menu-voting-note{font-size:13px;color:#5b6b7c!important}
.love-menu-partners-intro{max-width:700px;margin:-12px 0 22px;color:#5b6b7c;font-size:15px;line-height:1.6}
.love-menu-partners-grid{display:flex;flex-direction:column;gap:16px;max-width:960px}
.love-menu-partner-card{display:grid;grid-template-columns:230px minmax(0,1fr);overflow:hidden;border:1px solid #efdfd9;border-radius:16px;background:#fff;box-shadow:0 10px 26px rgba(0,23,43,.06)}
.love-menu-partner-cover{display:block;width:230px;height:154px;object-fit:contain;background:#f7f3f4}
.love-menu-partner-body{display:grid;grid-template-columns:160px minmax(0,1fr);grid-template-rows:auto 1fr;column-gap:20px;align-items:center;padding:16px 20px}
.love-menu-partner-logo-wrap{display:flex;grid-row:1/3;align-items:center;justify-content:center;width:160px;height:76px;background:#fff}
.love-menu-partner-logo{display:block;width:145px;height:58px;object-fit:contain}
.love-menu-partner-category{margin:0 0 5px;color:var(--red,#c42040);font:800 11px/1.3 var(--sans);letter-spacing:.08em;text-transform:uppercase}
.love-menu-partner-card h3{margin:0;color:var(--navy,#00172b);font-size:20px;line-height:1.22}
.love-menu-partner-vote{grid-column:2;grid-row:3;align-self:end;margin-top:8px;padding-top:8px}
.love-menu-partner-gallery{display:flex;gap:8px;grid-column:1/-1;margin-top:14px}
.love-menu-partner-gallery img{display:block;width:112px;height:75px;object-fit:contain;border-radius:8px;background:#f7f3f4}
.love-menu-empty{text-align:center;color:#5b6b7c;font-size:14px;padding:34px 20px;border:1px dashed #e5cfd4;border-radius:14px;background:#fffafb}
.love-menu-card img{aspect-ratio:4/3;height:auto}
.love-menu-price{display:inline-block;padding:3px 10px;border-radius:999px;background:rgba(196,32,64,.08);color:var(--red,#c42040);font:800 12px/1.4 var(--sans)}
.love-menu-vote{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid #f2e2e2}
.love-menu-vote .vote-button{padding:8px 14px;font-size:12px}
@media (max-width:720px){
  .love-menu-join,.love-menu-showcase{width:calc(100% - 28px)}
  .love-menu-join-card{padding:22px 18px}
  .love-menu-voting-guide-card{padding:20px 18px}
  .love-menu-form{grid-template-columns:1fr}
  .love-menu-partner-card{grid-template-columns:150px minmax(0,1fr)}
  .love-menu-partner-cover{width:150px;height:110px}
  .love-menu-partner-body{grid-template-columns:1fr;padding:14px 16px}
  .love-menu-partner-logo-wrap{display:none}
  .love-menu-partner-vote{grid-column:auto;grid-row:auto}
  .love-menu-partner-gallery{grid-column:auto}
}
@media (max-width:520px){.love-menu-partner-card{grid-template-columns:1fr}.love-menu-partner-cover{width:100%;height:180px}.love-menu-partner-body{padding:16px}.love-menu-partner-gallery img{width:96px;height:64px}}
@media (max-width:820px){.instagram-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:520px){
  .instagram-section{padding-inline:14px}
  .instagram-grid{grid-template-columns:1fr;gap:14px}
  .instagram-card-overlay{opacity:1;align-items:flex-end;justify-content:flex-start}
}
