@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;600;700&family=Playfair+Display:wght@600;700&display=swap");:root{--color-primary:#1a8a8a;--color-primary-dark:#0d5c63;--color-accent-green:#2d6a4f;--color-accent-brown:#8b6f47;--color-accent-coral:#e07a5f;--color-seafoam:#a8dadc;--color-bg-page:#faf7f2;--color-bg-card:#fff;--color-text-heading:#1f2937;--color-text-body:#6b7280;--radius-card:10px;--shadow-card:0 6px 18px rgba(13,92,99,.08);--shadow-card-hover:0 10px 24px rgba(13,92,99,.12)}*{box-sizing:border-box}body{margin:0;font-family:Lato,Inter,system-ui,sans-serif;background-color:var(--color-bg-page);background-image:url(/branding/beach-bg.png);background-position:50%;background-size:cover;background-repeat:no-repeat;background-attachment:fixed;color:var(--color-text-heading);position:relative}body:before{content:"";position:fixed;inset:0;background:hsla(38,44%,96%,.25);pointer-events:none;z-index:0}.page{padding:24px;max-width:1400px;margin:0 auto;position:relative;z-index:1}.headerControls{display:flex;align-items:center;gap:10px}.ctaButton{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding:10px 16px;border-radius:999px;background:var(--color-accent-coral);color:#fff;font-weight:700;text-decoration:none;box-shadow:0 6px 18px rgba(224,122,95,.25);transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease}.ctaButton:hover{background:#d1684f;transform:translateY(-1px);box-shadow:0 10px 22px rgba(224,122,95,.35)}.ctaButton:focus-visible{outline:3px solid rgba(243,251,251,.6);outline-offset:2px}.pageHeader p{margin:0 0 16px;color:var(--color-text-body)}.pageHeader{width:100vw;margin:0 0 16px calc(50% - 50vw);padding:0;background:linear-gradient(135deg,rgba(13,92,99,.5),rgba(26,138,138,.5));border-top:1px solid rgba(243,251,251,.32);border-bottom:1px solid rgba(243,251,251,.32);box-shadow:0 10px 28px rgba(13,92,99,.2);-webkit-backdrop-filter:saturate(1.15) blur(6px);backdrop-filter:saturate(1.15) blur(6px)}.pageHeaderInner{max-width:1400px;margin:0 auto;padding:22px 24px;color:#f3fbfb}.pageHeader p{color:rgba(243,251,251,.92)}.brandHeading{margin:0 0 10px;line-height:1;display:flex;align-items:center;gap:12px}.brandText{display:inline;font-size:clamp(1.15rem,2.2vw,1.7rem);font-weight:700;letter-spacing:.01em}.brandLockup{display:none;width:min(340px,100%);height:auto}.brandMark{display:block;width:56px;height:56px}.pageHeader input{width:100%;max-width:380px;padding:11px 14px;border:1px solid var(--color-seafoam);border-radius:999px;background:var(--color-bg-card);color:var(--color-text-heading);outline:0;transition:border-color .12s ease,box-shadow .12s ease}.iconButton{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;border:1px solid rgba(243,251,251,.6);background:rgba(13,92,99,.35);color:#fff;text-decoration:none;font-weight:700}.pageHeader input::placeholder{color:#6d6d6d}.pageHeader input:focus-visible{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(26,138,138,.26)}.status{margin:14px 0;padding:10px 12px;border-radius:8px;border:1px solid #ede9df;background:rgba(255,253,249,.92);color:var(--color-text-body);-webkit-backdrop-filter:saturate(1.08) blur(2px);backdrop-filter:saturate(1.08) blur(2px)}.status.loadingStatus{background:#f6fbfb;border-color:#d9ecec;color:#4d6a6a}.status.warning{background:#fdf7ef;border-color:#efdfcf;color:#8b6f47}.columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:20px}.column{background:hsla(0,0%,100%,.9);border:1px solid #e8e7e2;border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:12px;min-height:240px;-webkit-backdrop-filter:saturate(1.08) blur(2px);backdrop-filter:saturate(1.08) blur(2px)}.column h2{margin-top:0;font-size:1.1rem;font-family:Playfair Display,Georgia,serif;border-bottom:2px solid var(--column-accent,var(--color-primary));padding-bottom:6px}.column.current_news{--column-accent:var(--color-primary)}.column.city_of_marco_news{--column-accent:var(--color-accent-green)}.column.trending{--column-accent:var(--color-accent-brown)}.cards{list-style:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px}.card{border:1px solid #ece9e1;border-radius:var(--radius-card);padding:0;background:hsla(0,0%,100%,.94);box-shadow:var(--shadow-card);transition:transform .12s ease,box-shadow .12s ease;overflow:hidden}.cardContent{padding:10px}.cardImageWrap{width:100%;aspect-ratio:16/9;overflow:hidden}.cardImage{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px 10px 0 0}.card:hover{transform:translateY(-1px);box-shadow:var(--shadow-card-hover)}.card a{color:var(--color-primary-dark);text-decoration:none;font-weight:600}.card a:hover{text-decoration:underline}.card p{margin:8px 0;font-size:.92rem;font-family:Lato,Inter,system-ui,sans-serif}.card p,.meta{color:var(--color-text-body)}.meta{display:flex;justify-content:space-between;gap:8px;font-size:.78rem}.emptyState{border:1px dashed #ddd7ca;border-radius:8px;padding:14px;background:rgba(255,252,248,.94)}.emptyTitle{margin:0 0 4px;font-family:Playfair Display,Georgia,serif;font-size:1rem;color:var(--color-text-heading)}.emptyBody{margin:0;color:var(--color-text-body);font-size:.92rem}.skeletonList{gap:10px}.skeletonCard{pointer-events:none}.skeletonLine,.skeletonPill{display:block;border-radius:999px;background:linear-gradient(90deg,#ebe9e3 25%,#f5f3ee 50%,#ebe9e3 75%);background-size:220% 100%;animation:shimmer 1.25s ease-in-out infinite}.skeletonTitle{height:13px;width:78%;margin-bottom:10px}.skeletonLine{height:9px;width:100%;margin-bottom:8px}.skeletonShort{width:66%;margin-bottom:10px}.skeletonMeta{display:flex;justify-content:space-between;gap:8px}.skeletonPill{height:8px;width:30%}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.skeletonLine,.skeletonPill{animation:none}.card,.pageHeader input{transition:none}}@media (max-width:767px){.headerControls{flex-wrap:wrap}.columns{grid-template-columns:1fr}}.accessWallPage{min-height:100vh;display:grid;place-items:center;padding:24px}.accessWallCard{width:min(540px,100%);background:hsla(0,0%,100%,.94);border:1px solid #e8e7e2;border-radius:12px;box-shadow:var(--shadow-card);padding:20px}.accessWallCard h1{margin:0 0 8px;font-family:Playfair Display,Georgia,serif}.accessWallCard p{margin:0 0 14px;color:var(--color-text-body)}.accessWallForm{display:grid;grid-gap:12px;gap:12px}.accessWallForm input[type=email]{width:100%;padding:10px 12px;border:1px solid #d7d7d7;border-radius:8px}.accessWallRemember{display:flex;align-items:center;gap:8px;color:var(--color-text-body);font-size:.95rem}.accessWallError{color:#b42318;font-size:.9rem}.hostedArticlePage{min-height:100vh;padding:24px;display:grid;place-items:start center}.hostedArticleCard{width:min(860px,100%);background:hsla(0,0%,100%,.95);border:1px solid #e8e7e2;border-radius:12px;box-shadow:var(--shadow-card);padding:24px}.hostedArticleCard h1{margin:0 0 10px;font-family:Playfair Display,Georgia,serif}.hostedArticleMeta{margin:0 0 12px;color:var(--color-text-body);font-size:.95rem}.hostedArticleSummary{margin:0 0 16px;color:#374151}.hostedArticleBody img{max-width:100%;height:auto;border-radius:10px}.hostedArticleBody li,.hostedArticleBody p{line-height:1.7}.hostedArticleBody blockquote{border-left:4px solid #d1d5db;padding-left:12px;margin-left:0;color:#4b5563}.seeMoreButton{margin-top:12px;width:100%;padding:11px 14px;border:2px solid var(--color-primary);border-radius:999px;background:linear-gradient(135deg,rgba(26,138,138,.14),rgba(168,218,220,.18));color:var(--color-primary-dark);font-weight:800;letter-spacing:.02em;cursor:pointer;box-shadow:0 6px 14px rgba(26,138,138,.16);transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.seeMoreButton:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(26,138,138,.22);background:linear-gradient(135deg,rgba(26,138,138,.22),rgba(168,218,220,.28))}.seeMoreButton:focus-visible{outline:3px solid rgba(13,92,99,.25);outline-offset:2px}