/* Riverside Car & Limo — site styles. No framework, no external fonts. */
:root {
  --navy: #2c378f;
  --navy-dark: #1f2769;
  --blue: #2579eb;
  --orange: #ffa500;
  --orange-dark: #e08f00;
  --ink: #212529;
  --muted: #5f6672;
  --line: #e4e7ee;
  --bg: #ffffff;
  --bg-soft: #f4f6fb;
  --wrap: 1180px;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(31, 39, 105, .12);
  --font: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}
@font-face { font-family: "Alegreya"; src: url("/static/fonts/alegreya.woff2") format("woff2"); font-weight: 400 800; font-display: swap; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font: 16px/1.65 var(--font); color: var(--ink); background: var(--bg); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); }
h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .6em; color: var(--navy); font-weight: 500; font-family: "Alegreya", Georgia, "Times New Roman", serif; }
h1, h2 { text-transform: uppercase; letter-spacing: .01em; }
h1 { font-size: clamp(1.8rem, 3.2vw + .6rem, 2.9rem); }
h2 { font-size: clamp(1.5rem, 1.6vw + .9rem, 2.3rem); }
h3 { font-size: 1.3rem; }
.eyebrow { font-family: "Alegreya", Georgia, serif; text-transform: none; letter-spacing: 0; font-size: 1.05rem; font-weight: 400; color: var(--muted); margin-bottom: .1rem; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.25em; }
li { margin-bottom: .35em; }
strong { font-weight: 700; }
.wrap { width: min(100% - 2rem, var(--wrap)); margin-inline: auto; }
section { padding-block: clamp(2.5rem, 5vw, 4.5rem); }
.section-title { text-align: center; }
.center { text-align: center; }
.skip { position: absolute; left: -999px; top: 0; background: var(--orange); color: #000; padding: .5rem 1rem; z-index: 1000; }
.skip:focus { left: 0; }

/* Buttons */
.btn { display: inline-block; padding: .75rem 1.5rem; border-radius: 4px; text-transform: uppercase; letter-spacing: .03em; font-weight: 700; text-decoration: none; border: 2px solid transparent; transition: .2s; cursor: pointer; font-family: inherit; font-size: 1rem; line-height: 1.2; }
.btn--orange { background: var(--orange); color: #1a1a1a; }
.btn--orange:hover { background: var(--orange-dark); transform: translateY(-1px); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-dark); }
.btn--ghost { border-color: #fff; color: #fff; }
.btn--ghost:hover { background: #fff; color: var(--navy); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.header__row { display: flex; align-items: center; gap: 1.5rem; min-height: 86px; }
.logo img { width: 210px; height: auto; }
.nav { margin-left: auto; }
.nav > ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: .25rem; }
.nav li { margin: 0; position: relative; }
.nav a, .nav button { display: flex; align-items: center; gap: .25rem; padding: .6rem .8rem; color: var(--navy); text-decoration: none; background: none; border: 0; font: inherit; font-weight: 600; font-size: .92rem; text-transform: uppercase; cursor: pointer; border-radius: 8px; white-space: nowrap; }
.nav a:hover, .nav button:hover { background: var(--bg-soft); }
.nav svg { width: 18px; height: 18px; transition: transform .2s; }
.nav .sub { position: absolute; top: 100%; left: 0; min-width: 260px; background: #fff; border-radius: 12px; box-shadow: var(--shadow); padding: .5rem; list-style: none; margin: .25rem 0 0; display: none; }
.nav .sub a { padding: .6rem .9rem; font-weight: 500; }
.nav .has-sub:hover > .sub, .nav .has-sub:focus-within > .sub, .nav .has-sub.open > .sub { display: block; }
.nav .has-sub.open > button svg, .nav .has-sub:hover > button svg { transform: rotate(180deg); }
.nav__cta a.btn { padding: .55rem 1.1rem; margin-left: .5rem; color: #fff; background: var(--orange); border-radius: 4px; }
.nav__cta a.btn:hover { background: var(--orange-dark); }
.header__call { display: flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--navy); }
.header__call img { width: 46px; }
.header__call span { display: flex; flex-direction: column; line-height: 1.15; }
.header__call small { font-size: .8rem; font-weight: 700; text-transform: uppercase; color: var(--ink); }
.header__call strong { font-size: 1.15rem; color: var(--orange); white-space: nowrap; }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: none; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; }
.nav-toggle span { display: block; height: 3px; width: 26px; background: var(--navy); border-radius: 2px; transition: .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Hero */
.hero { position: relative; color: #fff; background: var(--navy-dark) var(--hero) center/cover no-repeat; padding-block: clamp(3.5rem, 9vw, 7rem); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(31,39,105,.92) 0%, rgba(31,39,105,.75) 55%, rgba(31,39,105,.35) 100%); z-index: -1; }
.hero h1, .hero h2 { color: #fff; }
.hero .wrap { max-width: 760px; margin-left: max(1rem, (100% - var(--wrap)) / 2); }
.hero .lead { font-size: 1.15rem; font-weight: 600; color: var(--orange); text-transform: uppercase; letter-spacing: .05em; }
.hero p { font-size: 1.05rem; }
.hero a:not(.btn) { color: #ffd479; }
.hero .btn { margin-top: .5rem; }
/* Home slider */
.hero--home { min-height: min(85vh, 760px); display: flex; align-items: flex-end; justify-content: center; padding-block: 0 3rem; background: var(--navy-dark); text-align: center; }
.hero--home::before { background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(10,14,50,.75) 100%); }
.hero--home .slide { position: absolute; inset: 0; background: center/cover no-repeat; opacity: 0; transition: opacity 1.2s ease; z-index: -2; }
.hero--home .slide.is-active { opacity: 1; }
.hero--home .wrap { max-width: 900px; margin-inline: auto; position: relative; }
.hero--home .slide-text { display: none; }
.hero--home .slide-text.is-active { display: block; }
.hero--home h2 { font-size: clamp(1.5rem, 2.4vw + .6rem, 2.4rem); font-weight: 400; margin-bottom: 1rem; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.hero--home .btn { margin-top: 0; }
.hero-arrows button { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border: 0; background: rgba(31,39,105,.85); color: #fff; font-size: 1.4rem; cursor: pointer; z-index: 2; }
.hero-arrows .prev { left: 0; } .hero-arrows .next { right: 0; }
/* Inner page hero: text left on light band, photo right */
.hero--page { color: var(--ink); background: linear-gradient(90deg, #eef1fb 0%, #eef1fb 50%, transparent 50%); padding-block: 0; }
.hero--page::before { content: none; }
.hero--page > .wrap { max-width: none; width: min(100% - 2rem, var(--wrap)); margin-inline: auto; display: grid; grid-template-columns: 1.05fr 1fr; gap: 3rem; align-items: center; padding-block: clamp(2rem, 4vw, 3.5rem); }
.hero--page .hero__text { }
.hero--page .hero__img { align-self: stretch; min-height: 380px; border-radius: var(--radius); background: var(--hero) center/cover no-repeat; box-shadow: var(--shadow); }
.hero--page h1 { color: var(--navy); text-transform: uppercase; font-size: clamp(1.5rem, 2.2vw + .6rem, 2.3rem); }
.hero--page .lead { color: var(--orange-dark); }
.hero--page a:not(.btn) { color: var(--blue); }
.hero--page p { font-size: 1rem; }
@media (max-width: 900px) { .hero--page { background: #eef1fb; } .hero--page > .wrap { grid-template-columns: 1fr; } .hero--page .hero__img { min-height: 240px; } }

/* CTA strip */
.cta-strip { background: var(--orange); padding-block: 1.4rem; text-align: center; }
.cta-strip p { margin: 0; font-size: 1.05rem; font-weight: 600; color: #1a1a1a; }
.cta-strip a { color: var(--navy); }

/* Split (image + text) */
.split .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.split--rev .split__img { order: 2; }
.split__img img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.split__text h2 { text-transform: none; }
.split:nth-of-type(even) { background: var(--bg-soft); }
.split__text ul { list-style: none; padding: 0; }
.split__text li { padding-left: 1.7em; position: relative; }
.split__text li::before { content: ""; position: absolute; left: 0; top: .45em; width: 1em; height: 1em; border-radius: 50%; background: var(--orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%231a1a1a' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/70% no-repeat; }

/* Cards */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.6rem; position: relative; display: flex; flex-direction: column; transition: transform .2s; }
.card:hover { transform: translateY(-4px); }
.card__icon { width: 72px; height: 72px; border-radius: 50%; background: var(--navy); display: grid; place-items: center; margin-bottom: 1.2rem; }
.card__icon img { width: 40px; }
.card__num { position: absolute; top: .6rem; right: 1.2rem; font-size: 3.6rem; font-weight: 800; color: #cfe0ff; line-height: 1; }
.card h3 { font-size: 1.1rem; }
.card p { flex: 1; font-size: .98rem; color: var(--ink); }
.card .btn { align-self: flex-start; padding: .55rem 1.2rem; font-size: .9rem; }
.services { background: linear-gradient(135deg, #2c378f 0%, #2579eb 100%); color: #fff; }
.services .eyebrow { color: #dbe4ff; }
.services .section-title { color: #fff; }
.services .card { padding: 2rem 1.6rem; }
.card h3 { font-family: "Alegreya", Georgia, serif; font-weight: 500; font-size: 1.35rem; }
/* Intro (blue band) */
.intro { background: linear-gradient(135deg, #2579eb 0%, #2c378f 100%); color: #fff; }
.intro h1, .intro h2, .intro .eyebrow { color: #fff; }
.intro h1 { font-size: clamp(1.5rem, 1.6vw + .9rem, 2.3rem); }
.intro .split__img img { border-radius: 0; box-shadow: none; }
.intro .split__img { position: relative; }
.intro .split__img::after { content: ""; position: absolute; inset: 0; background: rgba(37,121,235,.35); }

/* Fleet */
.fleet { background: var(--bg-soft); }
.fleet__item { text-align: center; }
.fleet__item img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); background: #fff; margin-bottom: .8rem; }
.fleet__item h3 { font-size: 1rem; margin: 0; display: inline-block; background: #6f6fd6; color: #fff; padding: .35rem 1.2rem; border-radius: 0 0 14px 14px; font-family: var(--font); text-transform: none; }
.fleet__item small { display: none; }

/* Why us (dark band) */
.why { background: #0b1230 url("/static/img/whyus-bg.jpg") center/cover no-repeat; color: #fff; position: relative; padding-bottom: 0; overflow: hidden; }
.why::before { content: ""; position: absolute; inset: 0; background: rgba(6,10,40,.72); }
.why .wrap { position: relative; display: grid; grid-template-columns: 1.4fr 1fr; gap: 2rem; align-items: end; }
.why h2, .why .eyebrow { color: #fff; }
.why ul { list-style: none; padding: 0; margin: 2rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem 2rem; }
.why li { display: flex; align-items: center; gap: .9rem; font-size: 1rem; margin: 0; }
.why li img { width: 36px; height: 36px; }
.why__img { align-self: end; }
.why__img img { max-height: 520px; width: auto; margin-inline: auto; display: block; }
.download { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; background: var(--orange); color: #1a1a1a; padding: 1.2rem 1.6rem; margin-top: 1rem; }
.download h4 { margin: 0 0 .2rem; color: #1a1a1a; font-family: var(--font); text-transform: uppercase; font-weight: 700; font-size: 1rem; }
.download p { margin: 0; }
.download a { color: var(--navy); }
.badges { display: flex; gap: .6rem; flex-wrap: wrap; }
.badges img { height: 44px; width: auto; }

/* Affiliates */
.logos { align-items: center; }
.logos { gap: .8rem; max-width: 720px; margin-inline: auto; }
.logos img { width: 100%; height: 100px; object-fit: contain; padding: .8rem; border: 1px solid var(--navy); background: #fff; }

/* Testimonials */
.testimonials { background: var(--bg-soft); }
.testimonial { margin: 0; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.6rem; display: flex; flex-direction: column; }
.testimonial { position: relative; }
.testimonial::before { content: "“ ★★★★★"; color: var(--orange); letter-spacing: .1em; margin-bottom: .6rem; font-size: 1.1rem; }
.testimonial::after { content: ""; position: absolute; top: 1.4rem; right: 1.4rem; width: 26px; height: 26px; background: url("/static/img/uploads/2023/05/google-logo-icon.png") center/contain no-repeat; }
.testimonial p { flex: 1; color: var(--muted); }
.testimonial footer { font-family: "Alegreya", Georgia, serif; font-size: 1.05rem; color: var(--ink); }
.testimonial footer::before { content: "-"; }

/* FAQ */
.faq details { border: 1px solid var(--line); border-radius: 12px; margin-bottom: .75rem; background: #fff; }
.faq summary { cursor: pointer; padding: 1rem 3rem 1rem 1.25rem; font-weight: 700; color: var(--navy); list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 1.25rem; top: .8rem; font-size: 1.5rem; color: var(--orange-dark); }
.faq details[open] summary::after { content: "–"; }
.faq details > div { padding: 0 1.25rem 1rem; color: var(--muted); }

/* Rates */
.rates-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.rates-table th, .rates-table td { padding: .9rem 1.2rem; text-align: left; border-bottom: 1px solid var(--line); }
.rates-table th { background: var(--navy); color: #fff; text-transform: uppercase; font-size: .85rem; letter-spacing: .05em; }
.rates-table td:not(:first-child) { font-weight: 700; color: var(--navy); }
.rates-table tr:last-child td { border-bottom: 0; }
.table-scroll { overflow-x: auto; }
.note-box { background: var(--bg-soft); border-left: 5px solid var(--orange); border-radius: 10px; padding: 1.2rem 1.4rem; }
.note-box h3 { font-size: 1rem; margin-bottom: .3rem; }
.note-box p { margin: 0; color: var(--muted); }

/* Contact */
.contact .wrap { display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; align-items: start; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.form .full { grid-column: 1 / -1; }
.form label { display: block; font-size: .85rem; font-weight: 600; color: var(--navy); margin-bottom: .25rem; }
.form input, .form select, .form textarea { width: 100%; padding: .75rem .9rem; border: 1px solid #cfd4e0; border-radius: 10px; font: inherit; background: #fff; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--blue); border-color: var(--blue); }
.form textarea { min-height: 130px; resize: vertical; }
.form .hp { position: absolute; left: -9999px; }
.form-msg { grid-column: 1 / -1; padding: .9rem 1rem; border-radius: 10px; display: none; }
.form-msg.ok { display: block; background: #e6f7ec; color: #14663b; }
.form-msg.err { display: block; background: #fdecec; color: #a12626; }
.contact-card { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 2rem; }
.contact-card h3 { color: #fff; }
.contact-card a { color: #ffd479; text-decoration: none; }
.contact-card li { list-style: none; display: flex; gap: .7rem; align-items: flex-start; margin-bottom: .9rem; }
.contact-card ul { padding: 0; margin: 0 0 1.5rem; }
.contact-card svg { width: 22px; height: 22px; flex: none; margin-top: .15em; color: var(--orange); }

/* Footer */
.site-footer { background: linear-gradient(135deg, #1e5fd6 0%, #2579eb 100%); color: #fff; margin-top: 0; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: var(--orange); }
.footer__cta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding-block: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.5); }
.footer__cta > div { display: flex; gap: .9rem; align-items: flex-start; }
.footer__cta svg { width: 26px; height: 26px; flex: none; margin-top: .2rem; }
.footer__cta h4 { margin: 0 0 .2rem; }
.footer__cta p { margin: 0; line-height: 1.5; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1.3fr; gap: 3rem; padding-block: 3rem; }
.site-footer h4 { color: #fff; font-size: 1.2rem; font-weight: 400; text-transform: none; letter-spacing: 0; margin-bottom: 1rem; }
.footer__grid h4::after { content: ""; display: block; width: 40px; height: 2px; background: var(--orange); margin-top: .5rem; }
.footer__links { columns: 2; }
.map-link { display: block; border: 2px solid #fff; padding: 1rem; text-align: center; background: rgba(255,255,255,.08); }
.map-link strong { display: block; margin-bottom: .3rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .5rem; }
.footer__logo { width: 170px; margin-bottom: 1rem; }
.footer__contact li { display: flex; gap: .6rem; align-items: flex-start; }
.footer__contact svg { width: 20px; height: 20px; flex: none; color: var(--orange); margin-top: .2em; }
.footer__contact span { display: flex; flex-direction: column; font-size: .92rem; }
.footer__contact span a { font-weight: 700; }
.site-footer .badges { margin-top: 1rem; }
.site-footer .badges img { height: 38px; }
.social { display: flex; gap: .6rem; }
.social a, .fixed-social a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.1); }
.social svg, .fixed-social svg { width: 20px; height: 20px; color: #fff; }
.social a:hover, .fixed-social a:hover { background: var(--orange); }
.footer__copy { border-top: 1px solid rgba(255,255,255,.4); padding-block: 1.1rem; font-size: .85rem; text-align: center; }
.fixed-social { position: fixed; left: 0; top: 40%; display: flex; flex-direction: column; z-index: 40; }
.fixed-social a { border-radius: 0 8px 8px 0; background: var(--navy); width: 42px; height: 42px; }

/* Responsive */
@media (max-width: 1080px) {
  .header__call { display: none; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .why .wrap { grid-template-columns: 1fr; }
  .why__img { display: none; }
}
@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav { position: fixed; inset: 78px 0 0 0; background: #fff; overflow-y: auto; display: none; padding: 1rem; }
  .nav.open { display: block; }
  .nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nav a, .nav button { width: 100%; justify-content: space-between; padding: .9rem 1rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav .sub { position: static; box-shadow: none; padding: 0 0 0 1rem; margin: 0; min-width: 0; }
  .nav .has-sub:hover > .sub { display: none; }
  .nav .has-sub.open > .sub { display: block; }
  .nav__cta { padding: 1rem; }
  .nav__cta a.btn { justify-content: center; margin: 0; border-radius: 999px; border-bottom: 0; }
  .split .wrap, .why .wrap, .contact .wrap { grid-template-columns: 1fr; }
  .split--rev .split__img { order: 0; }
  .grid-3 { grid-template-columns: 1fr; }
  .hero::before { background: rgba(31,39,105,.82); }
  .fixed-social { display: none; }
}
@media (max-width: 560px) {
  .grid-4, .grid-2, .form, .footer__grid, .footer__cta, .why ul { grid-template-columns: 1fr; }
  .logos { grid-template-columns: 1fr 1fr; }
  .footer__links { columns: 1; }
  .form .full { grid-column: auto; }
  section { padding-block: 2.2rem; }
  .logo img { width: 120px; }
}

/* ---- Motion: Ken Burns hero + reveal-on-scroll (matches the original AOS/zoom effects) ---- */
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.2); } }
@keyframes textmove { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: none; } }
.hero--home .slide.is-active { animation: kenburns 8s ease-in-out forwards; }
.hero--home .slide-text.is-active { animation: textmove 1s ease-in-out both; }
.hero--home { overflow: hidden; }
.reveal { opacity: 0; transition: opacity .8s ease, transform .8s ease; will-change: opacity, transform; }
.reveal[data-reveal="zoom-in"] { transform: scale(.88); }
.reveal[data-reveal="fade-up"] { transform: translateY(50px); }
.reveal[data-reveal="fade-right"] { transform: translateX(-70px); }
.reveal[data-reveal="fade-left"] { transform: translateX(70px); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero--home .slide.is-active, .hero--home .slide-text.is-active { animation: none; }
}

/* Instagram feed */
.instagram { background: #fff; }
.ig-handle { font-weight: 700; color: var(--navy); text-decoration: none; }
.ig-note { text-align: center; color: var(--muted); font-size: .9rem; margin-top: 1rem; }
.ig-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin-top: 1.5rem; }
.ig-tile { position: relative; display: block; aspect-ratio: 1; overflow: hidden; border-radius: 10px; background: linear-gradient(135deg, #2c378f, #2579eb); }
.ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.ig-tile:hover img { transform: scale(1.06); }
.ig-tile--ph::after, .ig-tile--video::after { content: ""; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='.9' fill='%23ffffff' stroke='none'/%3E%3C/svg%3E") center/30% no-repeat; opacity: .75; }
.ig-tile--video::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M8 5v14l11-7z'/%3E%3C/svg%3E"); background-size: 26%; opacity: .9; }
@media (max-width: 700px) { .ig-grid { grid-template-columns: repeat(2, 1fr); } }
