*, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { margin: 0; padding: 0; font-family: "Lato", sans-serif; color: #1a0a0e; }
    :root { --burg: #800020; --burg-dark: #5a0016; --blush: #f3b8b7; --off-white: #faf7f7; --black: #1a0a0e; --muted: #6b5b5b; }

    .ieg-nav *, .ieg-nav *::before, .ieg-nav *::after { box-sizing: border-box; }
    .ieg-nav ul, .ieg-nav li { list-style: none !important; margin: 0; padding: 0; }
    .ieg-nav ul li::before, .ieg-nav ul li::marker { display: none !important; content: none !important; }
    .ieg-nav a { text-decoration: none; }
    .ieg-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 99999; background: rgba(26,10,14,0.55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: background 0.35s ease, box-shadow 0.35s ease; }
    .ieg-nav--scrolled { background: rgba(255,255,255,0.97) !important; box-shadow: 0 1px 0 rgba(128,0,32,0.1), 0 4px 20px rgba(0,0,0,0.08); }
    .ieg-nav__inner { max-width: 1400px; margin: 0 auto; padding: 0 2rem; height: 80px; display: flex; align-items: center; justify-content: space-between; }
    .ieg-nav__logo img { height: 52px; width: auto; display: block; }
    .ieg-nav__logo-dark { display: none !important; }
    .ieg-nav--scrolled .ieg-nav__logo-light { display: none !important; }
    .ieg-nav--scrolled .ieg-nav__logo-dark { display: block !important; }
    .ieg-nav__links { display: flex; align-items: center; gap: 2.5rem; list-style: none !important; margin: 0; padding: 0; }
    .ieg-nav__links > li { position: relative; list-style: none !important; display: flex; align-items: center; }
    .ieg-nav__link { font-family: "Lato", sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; text-decoration: none; padding: 0.25rem 0; position: relative; white-space: nowrap; transition: opacity 0.2s ease; display: flex; align-items: center; gap: 0.3rem; cursor: pointer; background: none; border: none; }
    .ieg-nav__link::after { content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: #f3b8b7; transition: width 0.25s ease; }
    .ieg-nav__link:hover::after { width: 100%; }
    .ieg-nav__link:hover { opacity: 0.85; }
    .ieg-nav--scrolled .ieg-nav__link { color: #1a0a0e; }
    .ieg-nav--scrolled .ieg-nav__link::after { background: #800020; }
    .ieg-nav__cta { font-family: "Lato", sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #fff !important; background: #800020; padding: 0.65rem 1.5rem; border: 2px solid #800020; text-decoration: none; transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease; white-space: nowrap; }
    .ieg-nav__cta:hover { background: #5a0016; border-color: #5a0016; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(128,0,32,0.3); }
    .ieg-nav__cta::after { display: none !important; }
    .ieg-dropdown { display: none; position: absolute; top: 100%; left: 0; min-width: 220px; background: #fff; border-top: 2px solid #800020; box-shadow: 0 8px 32px rgba(0,0,0,0.12); z-index: 99999; padding: 0.5rem 0; list-style: none !important; }
    .ieg-nav__links > li:hover > .ieg-dropdown { display: block; }
    .ieg-nav__links > li::after { content: ""; position: absolute; top: 100%; left: -10px; right: -10px; height: 14px; }
    .ieg-dropdown li { list-style: none !important; display: block; }
    .ieg-dropdown li::before, .ieg-dropdown li::marker { display: none !important; content: none !important; }
    .ieg-dropdown a { display: block; padding: 0.7rem 1.5rem; font-family: "Lato", sans-serif; font-size: 0.8rem; color: #1a0a0e; text-decoration: none; transition: background 0.15s, color 0.15s, padding-left 0.15s; white-space: nowrap; }
    .ieg-dropdown a:hover { background: #faf7f7; color: #800020; padding-left: 2rem; }
    .ieg-nav__chevron { display: inline-block; width: 0.45rem; height: 0.45rem; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform 0.2s ease; flex-shrink: 0; }
    .ieg-nav__links > li:hover .ieg-nav__chevron { transform: rotate(225deg) translateY(-2px); }
    .ieg-nav__burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 36px; height: 36px; background: none; border: none; cursor: pointer; padding: 4px; }
    .ieg-nav__burger span { display: block; width: 100%; height: 2px; background: #fff; transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease; }
    .ieg-nav--scrolled .ieg-nav__burger span { background: #1a0a0e; }
    .ieg-nav__burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .ieg-nav__burger.open span:nth-child(2) { opacity: 0; }
    .ieg-nav__burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .ieg-mobile-menu { display: none; position: fixed; inset: 0; background: #fff; z-index: 99998; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; padding: 2rem; overflow-y: auto; }
    .ieg-mobile-menu.open { display: flex; }
    .ieg-mobile-menu__link { font-family: "Playfair Display", serif; font-size: 1.8rem; font-weight: 600; color: #1a0a0e; text-decoration: none; transition: color 0.2s; }
    .ieg-mobile-menu__link:hover { color: #800020; }
    .ieg-mobile-menu__cta { margin-top: 1rem; font-family: "Lato", sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; background: #800020; padding: 0.9rem 2.5rem; text-decoration: none; border: 2px solid #800020; }
    .ieg-mobile-menu__close { position: absolute; top: 1.5rem; right: 1.5rem; width: 40px; height: 40px; background: none; border: none; cursor: pointer; font-size: 1.5rem; color: #1a0a0e; display: flex; align-items: center; justify-content: center; }
    .ieg-mobile-sub { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; margin-top: -1rem; }
    .ieg-mobile-sub a { font-family: "Lato", sans-serif; font-size: 0.85rem; font-weight: 400; letter-spacing: 0.08em; color: #6b5b5b; text-decoration: none; text-transform: uppercase; }
    .ieg-mobile-sub a:hover { color: #800020; }

    .ieg-cart-btn { position: relative; background: none; border: none; cursor: pointer; color: #fff; padding: 0.25rem; display: flex; align-items: center; transition: opacity 0.2s; }
    .ieg-cart-btn:hover { opacity: 0.8; }
    .ieg-nav--scrolled .ieg-cart-btn { color: #1a0a0e; }
    .ieg-cart-btn svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .ieg-cart-badge { position: absolute; top: -6px; right: -6px; background: #800020; color: #fff; font-family: "Lato", sans-serif; font-size: 0.6rem; font-weight: 700; width: 17px; height: 17px; border-radius: 50%; display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(0); transition: opacity 0.2s, transform 0.2s; }
    .ieg-cart-badge.visible { opacity: 1; transform: scale(1); }

    .ieg-page-hero__breadcrumb { font-size: 0.68rem; font-weight: 400; letter-spacing: 0.12em; color: rgba(255,255,255,0.45); margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem; }
    .ieg-page-hero__breadcrumb a { color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }
    .ieg-page-hero__breadcrumb a:hover { color: #f3b8b7; }
    .ieg-page-hero__breadcrumb span { opacity: 0.4; }

    .ieg-cart-overlay { position: fixed; inset: 0; background: rgba(26,10,14,0.5); z-index: 199998; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
    .ieg-cart-overlay.open { opacity: 1; pointer-events: all; }
    .ieg-cart-drawer { position: fixed; top: 0; right: 0; width: 100%; max-width: 420px; height: 100%; background: #fff; z-index: 199999; display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.4,0,0.2,1); box-shadow: -8px 0 40px rgba(26,10,14,0.15); }
    .ieg-cart-drawer.open { transform: translateX(0); }
    .ieg-cart-drawer__head { padding: 1.5rem; border-bottom: 1px solid rgba(128,0,32,0.1); display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; }
    .ieg-cart-drawer__title { font-family: "Playfair Display", serif; font-size: 1.2rem; font-weight: 600; color: #1a0a0e; }
    .ieg-cart-drawer__close { background: none; border: none; cursor: pointer; font-size: 1.4rem; color: #6b5b5b; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; transition: color 0.2s; }
    .ieg-cart-drawer__close:hover { color: #800020; }
    .ieg-cart-drawer__body { flex: 1; overflow-y: auto; padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
    .ieg-cart-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; height: 100%; text-align: center; color: #6b5b5b; }
    .ieg-cart-empty svg { width: 48px; height: 48px; stroke: #f3b8b7; fill: none; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
    .ieg-cart-empty p { font-size: 0.9rem; line-height: 1.6; }
    .ieg-cart-item { display: flex; gap: 1rem; align-items: flex-start; padding-bottom: 1rem; border-bottom: 1px solid rgba(128,0,32,0.07); }
    .ieg-cart-item__img { width: 70px; height: 70px; object-fit: cover; flex-shrink: 0; }
    .ieg-cart-item__info { flex: 1; }
    .ieg-cart-item__name { font-family: "Playfair Display", serif; font-size: 0.9rem; font-weight: 600; color: #1a0a0e; margin-bottom: 0.2rem; line-height: 1.3; }
    .ieg-cart-item__variant { font-size: 0.75rem; color: #6b5b5b; margin-bottom: 0.5rem; }
    .ieg-cart-item__qty { display: flex; align-items: center; gap: 0.5rem; }
    .ieg-cart-item__qty-btn { width: 26px; height: 26px; border: 1px solid rgba(128,0,32,0.2); background: none; cursor: pointer; font-size: 1rem; color: #800020; display: flex; align-items: center; justify-content: center; transition: background 0.15s; }
    .ieg-cart-item__qty-btn:hover { background: #faf7f7; }
    .ieg-cart-item__qty-num { font-size: 0.85rem; font-weight: 700; color: #1a0a0e; min-width: 20px; text-align: center; }
    .ieg-cart-item__remove { background: none; border: none; cursor: pointer; color: #6b5b5b; font-size: 1.1rem; padding: 0.2rem; transition: color 0.2s; flex-shrink: 0; }
    .ieg-cart-item__remove:hover { color: #800020; }
    .ieg-cart-drawer__foot { padding: 1.5rem; border-top: 1px solid rgba(128,0,32,0.1); flex-shrink: 0; }
    .ieg-cart-drawer__note { font-size: 0.78rem; color: #6b5b5b; line-height: 1.6; margin-bottom: 1.25rem; }
    .ieg-cart-drawer__request { display: block; width: 100%; padding: 1rem; background: #800020; color: #fff; font-family: "Lato", sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; text-align: center; text-decoration: none; border: none; cursor: pointer; transition: background 0.25s, transform 0.25s; }
    .ieg-cart-drawer__request:hover { background: #5a0016; transform: translateY(-1px); }
    .ieg-cart-drawer__clear { display: block; width: 100%; padding: 0.6rem; margin-top: 0.75rem; background: none; border: 1px solid rgba(128,0,32,0.2); color: #6b5b5b; font-family: "Lato", sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; transition: border-color 0.2s, color 0.2s; }
    .ieg-cart-drawer__clear:hover { border-color: #800020; color: #800020; }

    .ieg-toast { position: fixed; bottom: 6rem; left: 50%; transform: translateX(-50%) translateY(20px); background: #1a0a0e; color: #fff; font-family: "Lato", sans-serif; font-size: 0.82rem; font-weight: 700; padding: 0.85rem 1.75rem; z-index: 300000; opacity: 0; transition: opacity 0.3s, transform 0.3s; white-space: nowrap; pointer-events: none; display: flex; align-items: center; gap: 0.6rem; }
    .ieg-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
    .ieg-toast svg { width: 16px; height: 16px; stroke: #f3b8b7; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

    .ieg-breadcrumb { background: #fff; border-bottom: 1px solid rgba(128,0,32,0.08); padding-top: 80px; }
    .ieg-breadcrumb__inner { max-width: 1400px; margin: 0 auto; padding: 0.75rem 2rem; display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
    .ieg-breadcrumb a { font-size: 0.75rem; color: #6b5b5b; text-decoration: none; transition: color 0.2s; }
    .ieg-breadcrumb a:hover { color: #800020; }
    .ieg-breadcrumb__sep { font-size: 0.75rem; color: #c9b0b0; }
    .ieg-breadcrumb__current { font-size: 0.75rem; color: #800020; font-weight: 600; }





    .bdp-rel-card__body { padding: 1rem 1.25rem; }

    .ieg-footer { background: #1a0a0e; padding: 4rem 2rem 2rem; }
    .ieg-footer__inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
    .ieg-footer__logo { margin-bottom: 1rem; }
    .ieg-footer__logo img { height: 48px; }
    .ieg-footer__tagline { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.7; max-width: 300px; margin-bottom: 1.5rem; }
    .ieg-footer__social { display: flex; gap: 1rem; }
    .ieg-footer__social a { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); transition: border-color 0.2s, color 0.2s; }
    .ieg-footer__social a:hover { border-color: #f3b8b7; color: #f3b8b7; }
    .ieg-footer__col-title { font-family: "Lato", sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #f3b8b7; margin-bottom: 1.25rem; }
    .ieg-footer__links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.6rem; }
    .ieg-footer__links li::before { display: none !important; }
    .ieg-footer__links a { font-size: 0.85rem; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; }
    .ieg-footer__links a:hover { color: #fff; }
    .ieg-footer__contact-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.85rem; }
    .ieg-footer__contact-list li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.85rem; color: rgba(255,255,255,0.6); }
    .ieg-footer__contact-list li::before { display: none !important; }
    .ieg-footer__contact-list a { color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; }
    .ieg-footer__contact-list a:hover { color: #fff; }
    .ieg-footer__contact-icon { width: 16px; height: 16px; stroke: #f3b8b7; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; margin-top: 2px; }
    .ieg-footer__bottom { max-width: 1400px; margin: 0 auto; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
    .ieg-footer__copy { font-size: 0.78rem; color: rgba(255,255,255,0.3); }
    .ieg-footer__back-top { background: none; border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.5); font-family: "Lato", sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.5rem 1rem; cursor: pointer; display: flex; align-items: center; gap: 0.5rem; transition: border-color 0.2s, color 0.2s; }
    .ieg-footer__back-top:hover { border-color: #f3b8b7; color: #f3b8b7; }

    .ieg-whatsapp { position: fixed; bottom: 1.5rem; right: 1.5rem; width: 54px; height: 54px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 18px rgba(37,211,102,0.4); z-index: 9999; transition: transform 0.25s, box-shadow 0.25s; }
    .ieg-whatsapp:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 8px 28px rgba(37,211,102,0.5); }

    .sr.visible { animation: iegSrFadeUp 0.55s ease forwards; }

    /* MOBILE BREAKPOINTS */
    @media (max-width: 900px) {
      .ieg-nav__links { display: none !important; }
      .ieg-nav__burger { display: flex !important; }
    }
    @media (max-width: 768px) {
      .ieg-footer__inner { grid-template-columns: 1fr !important; gap: 2rem !important; }
    }

    /* COOKIE CONSENT BANNER */
    .ieg-cookie { position: fixed; bottom: 0; left: 0; right: 0; background: #1a0a0e; z-index: 299999; padding: 1.25rem 2rem; display: none; }
    .ieg-cookie.show { display: block; }
    .ieg-cookie__inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
    .ieg-cookie__text { font-family: "Lato", sans-serif; font-size: 0.82rem; color: rgba(255,255,255,0.7); line-height: 1.6; flex: 1; min-width: 280px; }
    .ieg-cookie__text a { color: #f3b8b7; text-decoration: underline; }
    .ieg-cookie__btns { display: flex; gap: 0.75rem; flex-shrink: 0; }
    .ieg-cookie__btn { font-family: "Lato", sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.7rem 1.5rem; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; }
    .ieg-cookie__btn:hover { transform: translateY(-1px); }
    .ieg-cookie__btn--accept { background: #800020; color: #fff; }
    .ieg-cookie__btn--accept:hover { background: #5a0016; }
    .ieg-cookie__btn--decline { background: transparent; color: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.2); }
    .ieg-cookie__btn--decline:hover { border-color: rgba(255,255,255,0.4); color: #fff; }
    @media (max-width: 600px) {
      .ieg-cookie__inner { flex-direction: column; text-align: center; }
      .ieg-cookie__btns { width: 100%; justify-content: center; }
    }

/* =========================================================
   SUBURB LANDING PAGES + SERVICE AREAS HUB
   Used by: event-hire-*.html, service-areas.html
   ========================================================= */

/* PAGE HERO (shared by suburb pages + service-areas) */
.ieg-page-hero { position: relative; padding: 140px 2rem 80px; background: #1a0a0e; text-align: center; overflow: hidden; }
.ieg-page-hero__bg { position: absolute; inset: 0; background-image: url('../ieg-Images/Photos/Backdrops.jpg'); background-size: cover; background-position: center; opacity: 1; }
.ieg-page-hero__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26,10,14,0.5) 0%, rgba(128,0,32,0.2) 100%); }
.ieg-page-hero__content { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.ieg-page-hero__eyebrow { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: #f3b8b7; margin-bottom: 1.25rem; display: flex; align-items: center; justify-content: center; gap: 0.75rem; }
.ieg-page-hero__eyebrow::before, .ieg-page-hero__eyebrow::after { content: ""; width: 40px; height: 1px; background: #f3b8b7; display: inline-block; }
.ieg-page-hero__heading { font-family: "Playfair Display", serif; font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 700; letter-spacing: -0.03em; color: #fff; line-height: 1.1; margin-bottom: 1.25rem; text-shadow: 0 2px 16px rgba(0,0,0,0.55); }
.ieg-page-hero__sub { font-size: 1.05rem; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.82); max-width: 600px; margin: 0 auto 2rem; }

/* HERO CTAs */
.ieg-hero-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.ieg-hero-cta { display: inline-block; font-family: "Lato", sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none; padding: 0.95rem 2rem; border-radius: 2px; transition: all 0.25s ease; }
.ieg-hero-cta--primary { background: #800020; color: #fff; border: 1px solid #800020; }
.ieg-hero-cta--primary:hover { background: #9a0028; border-color: #9a0028; }
.ieg-hero-cta--ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.45); }
.ieg-hero-cta--ghost:hover { border-color: #f3b8b7; color: #f3b8b7; }

/* TRUST STRIP (2-column on suburb pages) */
.ieg-trust { background: #fff; border-bottom: 1px solid rgba(128,0,32,0.08); padding: 1.5rem 2rem; }
.ieg-trust__inner { max-width: 760px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; text-align: center; }
.ieg-trust__item { display: flex; flex-direction: column; align-items: center; gap: 0.3rem; }
.ieg-trust__num { font-family: "Playfair Display", serif; font-size: 1.4rem; font-weight: 700; color: #800020; }
.ieg-trust__label { font-size: 0.72rem; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; color: #6b5b5b; }
@media (max-width: 600px) { .ieg-trust__inner { grid-template-columns: 1fr; gap: 0.75rem; } }

/* LOCAL INTRO */
.ieg-local-intro { background: #faf7f7; padding: 5rem 2rem; }
.ieg-local-intro__inner { max-width: 760px; margin: 0 auto; text-align: center; }
.ieg-local-intro__eyebrow { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: #800020; margin-bottom: 1rem; }
.ieg-local-intro__heading { font-family: "Playfair Display", serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 600; color: #1a0a0e; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 1.5rem; }
.ieg-local-intro__text { font-size: 1rem; font-weight: 300; line-height: 1.8; color: #4a3a3d; }
.ieg-local-intro__text a { color: #800020; text-decoration: none; border-bottom: 1px solid rgba(128,0,32,0.3); transition: border-color 0.2s; }
.ieg-local-intro__text a:hover { border-bottom-color: #800020; }

/* LOCAL CATEGORIES */
.ieg-local-cats { background: #fff; padding: 4rem 2rem; }
.ieg-local-cats__inner { max-width: 1200px; margin: 0 auto; }
.ieg-local-cats__header { text-align: center; margin-bottom: 3rem; }
.ieg-local-cats__eyebrow { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: #800020; margin-bottom: 0.75rem; }
.ieg-local-cats__heading { font-family: "Playfair Display", serif; font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 600; color: #1a0a0e; }
.ieg-local-cats__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.ieg-local-cat { text-decoration: none; background: #faf7f7; border: 1px solid rgba(128,0,32,0.08); overflow: hidden; display: block; transition: transform 0.25s, box-shadow 0.25s; }
.ieg-local-cat:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(128,0,32,0.1); }
.ieg-local-cat__img { aspect-ratio: 4/3; overflow: hidden; background: #e8e0e0; }
.ieg-local-cat__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ieg-local-cat__body { padding: 1.5rem; }
.ieg-local-cat__name { font-family: "Playfair Display", serif; font-size: 1.15rem; font-weight: 600; color: #1a0a0e; margin-bottom: 0.4rem; }
.ieg-local-cat__desc { font-size: 0.88rem; color: #6b5b5b; line-height: 1.6; margin-bottom: 0.75rem; }
.ieg-local-cat__link { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #800020; }
@media (max-width: 900px) { .ieg-local-cats__grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } }

/* DELIVERY AREA */
.ieg-delivery { background: #faf7f7; padding: 5rem 2rem; }
.ieg-delivery__inner { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.ieg-delivery__eyebrow { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: #800020; margin-bottom: 1rem; }
.ieg-delivery__heading { font-family: "Playfair Display", serif; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 600; color: #1a0a0e; line-height: 1.2; margin-bottom: 1.25rem; }
.ieg-delivery__text { font-size: 0.95rem; line-height: 1.8; color: #4a3a3d; margin-bottom: 1.25rem; }
.ieg-delivery__suburbs { font-size: 0.85rem; line-height: 1.8; color: #6b5b5b; }
.ieg-delivery__suburbs strong { color: #1a0a0e; font-weight: 700; }
.ieg-delivery__map { aspect-ratio: 4/3; background: #e8e0e0; border: 1px solid rgba(128,0,32,0.1); overflow: hidden; }
.ieg-delivery__map iframe { width: 100%; height: 100%; border: 0; display: block; }
@media (max-width: 800px) { .ieg-delivery__inner { grid-template-columns: 1fr; } }

/* LOCAL FAQ */
.ieg-local-faq { background: #fff; padding: 5rem 2rem; }
.ieg-local-faq__inner { max-width: 760px; margin: 0 auto; }
.ieg-local-faq__header { text-align: center; margin-bottom: 3rem; }
.ieg-local-faq__eyebrow { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: #800020; margin-bottom: 0.75rem; }
.ieg-local-faq__heading { font-family: "Playfair Display", serif; font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 600; color: #1a0a0e; }
.ieg-local-faq__item { border-bottom: 1px solid rgba(26,10,14,0.08); }
.ieg-local-faq__btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.35rem 0; background: none; border: none; cursor: pointer; text-align: left; }
.ieg-local-faq__q { font-family: "Playfair Display", serif; font-size: 1rem; font-weight: 600; color: #1a0a0e; line-height: 1.4; }
.ieg-local-faq__icon { width: 20px; height: 20px; flex-shrink: 0; stroke: #800020; fill: none; stroke-width: 2; stroke-linecap: round; transition: transform 0.3s ease; }
.ieg-local-faq__item.open .ieg-local-faq__icon { transform: rotate(45deg); }
.ieg-local-faq__body { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.ieg-local-faq__item.open .ieg-local-faq__body { max-height: 400px; }
.ieg-local-faq__a { font-size: 0.92rem; line-height: 1.8; color: #6b5b5b; padding-bottom: 1.35rem; margin: 0; }

/* LOCAL CTA BLOCK */
.ieg-local-cta { background: #800020; padding: 5rem 2rem; text-align: center; }
.ieg-local-cta__inner { max-width: 620px; margin: 0 auto; }
.ieg-local-cta__heading { font-family: "Playfair Display", serif; font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 600; color: #fff; letter-spacing: -0.02em; margin-bottom: 1.25rem; line-height: 1.2; }
.ieg-local-cta__text { font-size: 1rem; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.85); margin-bottom: 2.5rem; }
.ieg-local-cta__btn { display: inline-block; font-family: "Lato", sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; padding: 1rem 2.5rem; background: #fff; color: #800020; border: 2px solid #fff; transition: background 0.25s, color 0.25s, transform 0.25s; }
.ieg-local-cta__btn:hover { background: transparent; color: #fff; transform: translateY(-2px); }

/* SERVICE AREAS HUB PAGE */
.ieg-areas-intro { background: #faf7f7; padding: 5rem 2rem 2rem; }
.ieg-areas-intro__inner { max-width: 760px; margin: 0 auto; text-align: center; }
.ieg-areas-intro__text { font-size: 1rem; font-weight: 300; line-height: 1.8; color: #4a3a3d; }
.ieg-areas-grid-sec { background: #faf7f7; padding: 2rem 2rem 5rem; }
.ieg-areas-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.ieg-area-card { text-decoration: none; background: #fff; border: 1px solid rgba(128,0,32,0.08); padding: 1.75rem 1.5rem; transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s; display: block; }
.ieg-area-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(128,0,32,0.08); border-color: rgba(128,0,32,0.25); }
.ieg-area-card__region { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #800020; margin-bottom: 0.5rem; }
.ieg-area-card__name { font-family: "Playfair Display", serif; font-size: 1.3rem; font-weight: 600; color: #1a0a0e; margin-bottom: 0.6rem; }
.ieg-area-card__desc { font-size: 0.88rem; line-height: 1.6; color: #6b5b5b; margin-bottom: 0.9rem; }
.ieg-area-card__link { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #800020; }
@media (max-width: 900px) { .ieg-areas-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .ieg-areas-grid { grid-template-columns: 1fr; max-width: 420px; } }
.ieg-areas-extra { background: #fff; padding: 4rem 2rem; text-align: center; }
.ieg-areas-extra__inner { max-width: 720px; margin: 0 auto; }
.ieg-areas-extra__heading { font-family: "Playfair Display", serif; font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 600; color: #1a0a0e; margin-bottom: 1rem; }
.ieg-areas-extra__text { font-size: 0.95rem; line-height: 1.8; color: #4a3a3d; }

/* BLOG INDEX */
.ieg-blog-grid-sec { background: #faf7f7; padding: 4rem 2rem 5rem; }
.ieg-blog-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.75rem; }
.ieg-blog-card { text-decoration: none; background: #fff; border: 1px solid rgba(128,0,32,0.08); overflow: hidden; transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s; display: block; }
.ieg-blog-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(128,0,32,0.08); border-color: rgba(128,0,32,0.25); }
.ieg-blog-card__img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.ieg-blog-card__body { padding: 1.75rem 1.5rem; }
.ieg-blog-card__tag { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #800020; margin-bottom: 0.5rem; }
.ieg-blog-card__title { font-family: "Playfair Display", serif; font-size: 1.35rem; font-weight: 600; color: #1a0a0e; margin-bottom: 0.6rem; line-height: 1.3; }
.ieg-blog-card__excerpt { font-size: 0.9rem; line-height: 1.65; color: #6b5b5b; margin-bottom: 0.9rem; }
.ieg-blog-card__link { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #800020; }
@media (max-width: 700px) { .ieg-blog-grid { grid-template-columns: 1fr; max-width: 480px; } }

/* BLOG ARTICLE */
.ieg-article { background: #fff; padding: 3.5rem 2rem 4rem; }
.ieg-article__inner { max-width: 760px; margin: 0 auto; }
.ieg-article__meta { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #800020; margin-bottom: 0.8rem; }
.ieg-article__title { font-family: "Playfair Display", serif; font-size: clamp(1.9rem, 4vw, 2.6rem); font-weight: 600; color: #1a0a0e; line-height: 1.2; margin-bottom: 1rem; }
.ieg-article__lede { font-size: 1.05rem; line-height: 1.7; color: #4a3a3d; margin-bottom: 2rem; }
.ieg-article__body h2 { font-family: "Playfair Display", serif; font-size: 1.5rem; font-weight: 600; color: #1a0a0e; margin: 2.4rem 0 0.9rem; }
.ieg-article__body h3 { font-family: "Playfair Display", serif; font-size: 1.15rem; font-weight: 600; color: #1a0a0e; margin: 1.6rem 0 0.6rem; }
.ieg-article__body p { font-size: 0.98rem; line-height: 1.8; color: #3d2f32; margin-bottom: 1.1rem; }
.ieg-article__body ul, .ieg-article__body ol { font-size: 0.98rem; line-height: 1.8; color: #3d2f32; margin: 0 0 1.1rem 1.2rem; }
.ieg-article__body li { margin-bottom: 0.4rem; }
.ieg-article__body a { color: #800020; text-decoration: underline; }
.ieg-article__body a:hover { color: #1a0a0e; }
.ieg-article__cta-box { margin-top: 2.5rem; background: #faf7f7; border-left: 3px solid #800020; padding: 1.5rem 1.5rem 1.3rem; }
.ieg-article__cta-box p { font-size: 0.95rem; line-height: 1.7; color: #3d2f32; margin-bottom: 0.8rem; }
.ieg-article__cta-box a { display: inline-block; background: #800020; color: #fff; padding: 0.7rem 1.4rem; text-decoration: none; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.ieg-article__cta-box a:hover { background: #1a0a0e; }
