/*
Theme Name: JR Autoservice
Theme URI: https://jr-autoservice.nl/
Author: JR Autoservice
Description: Lichtgewicht garage- en webshopthema voor JR Autoservice.
Version: 1.8.3
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: jr-autoservice
*/

:root {
  --jr-bg: #080b0f;
  --jr-panel: #10151c;
  --jr-panel-2: #171e27;
  --jr-text: #f6f7f8;
  --jr-muted: #a8b0ba;
  --jr-line: #29313c;
  --jr-accent: #d71920;
  --jr-accent-2: #ef233c;
  --jr-good: #39d98a;
  --jr-radius: 16px;
  --jr-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--jr-text);
  background: var(--jr-bg);
  font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.wrap { width: min(calc(100% - 32px), var(--jr-width)); margin-inline: auto; }
.site-main { min-height: 55vh; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(8,11,15,.9);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; font-weight: 900; letter-spacing: -.03em; }
.brand-logo { display: block; width: auto; height: auto; object-fit: contain; }
.site-header .brand { width: 190px; height: 75px; overflow: visible; }
.site-header .brand-logo { width: 190px; max-width: 100%; transform: none; }
.site-footer .brand { width: 260px; height: auto; overflow: visible; }
.site-footer .brand-logo { width: 260px; max-width: 100%; transform: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 9px; background: var(--jr-accent); color: #0a0a0a; font-style: italic; }
.brand-name span { color: var(--jr-accent); }
.main-nav ul { display: flex; gap: 24px; padding: 0; margin: 0; list-style: none; }
.main-nav a { color: #dce1e6; font-size: 14px; font-weight: 700; }
.main-nav a:hover { color: var(--jr-accent); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.cart-link { position: relative; padding: 10px; }
.cart-count { position: absolute; top: 2px; right: 1px; min-width: 18px; padding: 1px 5px; border-radius: 99px; color: #050505; background: var(--jr-accent); font-size: 11px; text-align: center; }
.menu-toggle { display: none; border: 0; color: white; background: transparent; font-size: 24px; }

.button, button, input[type="submit"], .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px;
  border: 1px solid var(--jr-accent);
  border-radius: 10px;
  color: #0b0d10;
  background: var(--jr-accent);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.button:hover, button:hover, input[type="submit"]:hover { background: var(--jr-accent-2); }
.button.secondary { color: white; border-color: #495360; background: transparent; }
.button.secondary:hover { border-color: var(--jr-accent); color: var(--jr-accent); }

.hero { position: relative; overflow: hidden; padding: 104px 0 92px; border-bottom: 1px solid var(--jr-line); background: radial-gradient(circle at 78% 42%, rgba(215,25,32,.24), transparent 28%), linear-gradient(115deg, #080b0f 20%, #121821 100%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .14; background-image: linear-gradient(135deg, transparent 46%, #fff 47%, transparent 48%); background-size: 28px 28px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 54px; }
.eyebrow { margin: 0 0 14px; color: var(--jr-accent); font-size: 13px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.1; letter-spacing: -.035em; }
h1 { max-width: 820px; margin-bottom: 22px; font-size: clamp(42px, 6vw, 78px); }
h2 { font-size: clamp(30px, 4vw, 48px); }
h3 { font-size: 22px; }
.hero-copy { max-width: 690px; color: #c7ced6; font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-card { padding: 28px; border: 1px solid #303a47; border-radius: 22px; background: rgba(16,21,28,.86); box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.hero-card ul { display: grid; gap: 14px; padding: 0; margin: 20px 0 0; list-style: none; }
.hero-card li::before { content: "✓"; margin-right: 10px; color: var(--jr-good); font-weight: 900; }

.section { padding: 80px 0; }
.section.alt { background: #0d1117; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 32px; }
.section-head p { max-width: 620px; margin: 0; color: var(--jr-muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.card { overflow: hidden; border: 1px solid var(--jr-line); border-radius: var(--jr-radius); background: var(--jr-panel); transition: transform .18s ease, border-color .18s ease; }
.card:hover { transform: translateY(-3px); border-color: #4b5868; }
.card-media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #1a212b; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: #5f6b79; font-weight: 800; }
.card-body { padding: 22px; }
.card-body h3 { margin-bottom: 8px; }
.price { color: var(--jr-accent); font-size: 24px; font-weight: 900; }
.meta-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 16px 0; list-style: none; }
.meta-list li, .badge { padding: 5px 9px; border: 1px solid #333e4b; border-radius: 6px; color: #bac2cb; background: #161c24; font-size: 12px; }
.badge { position: absolute; top: 12px; left: 12px; border-color: transparent; color: #090b0e; background: var(--jr-accent); font-weight: 900; text-transform: uppercase; }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.service { padding: 24px; border: 1px solid var(--jr-line); border-radius: var(--jr-radius); background: linear-gradient(145deg, #151b23, #0f141a); }
.service-number { color: var(--jr-accent); font-weight: 900; }
.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid var(--jr-line); background: #0c1015; }
.trust-item { padding: 28px 18px; border-right: 1px solid var(--jr-line); text-align: center; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 20px; }
.trust-item span { color: var(--jr-muted); font-size: 13px; }

.filter-bar { display: grid; grid-template-columns: repeat(5,1fr) auto; gap: 10px; margin-bottom: 28px; padding: 16px; border: 1px solid var(--jr-line); border-radius: 14px; background: var(--jr-panel); }
input, select, textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #3a4552; border-radius: 8px; color: white; background: #0a0e13; font: inherit; }
textarea { min-height: 130px; }
label { display: block; margin-bottom: 6px; color: #c5ccd4; font-size: 13px; font-weight: 700; }
.page-hero { padding: 62px 0 38px; background: linear-gradient(130deg,#0b0f14,#161d27); border-bottom: 1px solid var(--jr-line); }
.content-wrap { padding-block: 56px 80px; }
.pagination { margin-top: 32px; }
.pagination .page-numbers { display: inline-grid; place-items: center; min-width: 42px; height: 42px; margin-right: 6px; border: 1px solid var(--jr-line); border-radius: 8px; }
.pagination .current { color: #111; border-color: var(--jr-accent); background: var(--jr-accent); }

.occasion-detail { display: grid; grid-template-columns: 1.2fr .8fr; gap: 34px; }
.occasion-gallery { display: grid; gap: 12px; }
.occasion-gallery-main { overflow: hidden; border-radius: var(--jr-radius); background: var(--jr-panel); }
.occasion-gallery-main img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.occasion-thumbs { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; }
.occasion-thumb { min-height: 0; padding: 0; overflow: hidden; border: 2px solid transparent; background: transparent; }
.occasion-thumb:hover { border-color: var(--jr-accent); background: transparent; }
.occasion-thumb img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.occasion-summary { align-self: start; position: sticky; top: 100px; padding: 28px; border: 1px solid var(--jr-line); border-radius: var(--jr-radius); background: var(--jr-panel); }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 24px 0; border-top: 1px solid var(--jr-line); }
.spec { padding: 12px 0; border-bottom: 1px solid var(--jr-line); }
.spec small { display: block; color: var(--jr-muted); }
.option-list { columns: 2; padding-left: 20px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; }
.contact-panel { padding: 28px; border: 1px solid var(--jr-line); border-radius: var(--jr-radius); background: var(--jr-panel); }
.contact-list { display: grid; gap: 14px; padding: 0; list-style: none; }
.jr-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; }
.jr-contact-form p { margin: 0; }
.jr-contact-form p:nth-of-type(n+5), .jr-contact-form button { grid-column: 1/-1; }
.jr-hp { position: absolute !important; left: -9999px !important; }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; align-items: start; }
.contact-business { grid-row: span 2; position: sticky; top: 112px; }
.contact-booking > p:not(.eyebrow), .contact-question > p:not(.eyebrow) { color: var(--jr-muted); }
.jr-booking-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px 18px; margin-top: 22px; }
.jr-booking-form p, .jr-question-form p { margin: 0; }
.jr-field-wide { grid-column: 1/-1; }
.jr-plate-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 9px; }
.jr-plate-input { text-transform: uppercase; font-size: 18px; font-weight: 900; letter-spacing: .08em; }
.jr-plate-check { min-height: 46px; padding-inline: 14px; color: #fff; }
.jr-vehicle-result { align-self: end; min-height: 46px; padding: 10px 12px; border: 1px solid #36414d; border-radius: 8px; color: var(--jr-muted); background: #0a0e13; font-size: 13px; }
.jr-vehicle-result.success { border-color: rgba(57,217,138,.5); color: #aff2cf; background: rgba(57,217,138,.07); }
.jr-vehicle-result.error { border-color: rgba(239,35,60,.55); color: #ffb8c0; background: rgba(239,35,60,.08); }
.jr-vehicle-result.loading { color: #fff; }
.jr-booking-help { padding: 13px 15px; border-left: 3px solid var(--jr-accent); color: #cbd2da; background: rgba(215,25,32,.08); font-size: 13px; }
.jr-booking-form button:disabled { opacity: .5; cursor: not-allowed; }
.jr-form-notice { margin: 0 0 18px; padding: 14px 16px; border: 1px solid #3b4653; border-radius: 9px; }
.jr-form-notice.success { border-color: rgba(57,217,138,.5); color: #aff2cf; background: rgba(57,217,138,.08); }
.jr-form-notice.error { border-color: rgba(239,35,60,.5); color: #ffb8c0; background: rgba(239,35,60,.08); }
.jr-question-form { display: grid; gap: 15px; }
.cta-band { padding: 54px 0; background: var(--jr-accent); color: #080a0c; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner h2 { margin-bottom: 8px; }
.cta-inner .button { border-color: #080a0c; color: white; background: #080a0c; }

.site-footer { padding: 58px 0 28px; border-top: 1px solid var(--jr-line); background: #05070a; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; }
.footer-title { color: var(--jr-muted); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; padding: 0; list-style: none; }
.opening-hours { display: grid; gap: 5px; max-width: 330px; padding: 0; list-style: none; }
.opening-hours li { display: flex; justify-content: space-between; gap: 20px; }
.opening-hours strong { color: #fff; font-size: 14px; text-align: right; }
.company-data { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 34px; padding: 18px 0; border-top: 1px solid #1d242d; border-bottom: 1px solid #1d242d; color: #aeb6c0; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid #1d242d; color: #7f8994; font-size: 13px; }

.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-result-count { color: var(--jr-muted); }
.shop-brand { margin-bottom: 34px; padding: 30px; border: 1px solid var(--jr-line); border-radius: var(--jr-radius); background: radial-gradient(circle at 90% 10%,rgba(215,25,32,.22),transparent 32%),var(--jr-panel); }
.shop-brand h1 { margin-bottom: 8px; font-size: clamp(36px,5vw,58px); }
.shop-brand p:last-child { margin-bottom: 0; color: var(--jr-muted); }
.arragon-section { border-block: 1px solid rgba(215,25,32,.24); background: radial-gradient(circle at 85% 45%,rgba(215,25,32,.12),transparent 24%); }
.woocommerce ul.products li.product { overflow: hidden; padding-bottom: 18px; border: 1px solid var(--jr-line); border-radius: var(--jr-radius); background: var(--jr-panel); }
.woocommerce ul.products li.product a img { margin: 0 0 18px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-inline: 18px; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price { color: var(--jr-accent); font-weight: 900; }
.woocommerce span.onsale { background: var(--jr-accent); color: #0a0a0a; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--jr-accent); color: var(--jr-text); background: var(--jr-panel); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--jr-accent); }
.woocommerce table.shop_table { border-color: var(--jr-line); }
.woocommerce-checkout #payment { color: var(--jr-text); background: var(--jr-panel); }

.gateway-main { background: #07090c; }
.home-hero { padding: 42px 0 54px; overflow: hidden; background: radial-gradient(circle at 18% 24%,rgba(215,25,32,.18),transparent 30%),linear-gradient(145deg,#0d1117,#050608 72%); }
.home-hero-grid { display: grid; min-height: 690px; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 38px; }
.home-hero-copy h1 { max-width: 720px; margin-bottom: 20px; font-size: clamp(44px,5.4vw,74px); }
.home-hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 0; color: #cbd1d8; font-size: clamp(18px,2vw,22px); }
.home-hero-actions { display: flex; margin: 30px 0 32px; flex-wrap: wrap; gap: 12px; }
.home-project-button { min-height: 52px; padding-inline: 22px; box-shadow: 0 12px 38px rgba(215,25,32,.28); }
.home-brand-switch { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.home-brand-switch a { display: flex; min-height: 126px; padding: 18px; border: 1px solid #333c47; border-radius: 14px; flex-direction: column; justify-content: center; background: rgba(15,20,26,.84); transition: border-color .2s ease, transform .2s ease; }
.home-brand-switch a:last-child { background: linear-gradient(145deg,rgba(55,14,19,.88),rgba(13,17,22,.9)); }
.home-brand-switch a:hover { transform: translateY(-2px); border-color: var(--jr-accent); }
.home-brand-switch span { color: var(--jr-accent); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.home-brand-switch strong { margin: 4px 0 2px; color: #fff; font-size: 20px; }
.home-brand-switch small { color: var(--jr-muted); font-size: 12px; }
.home-hero-photo { position: relative; height: 640px; margin: 0; overflow: hidden; border: 1px solid #37414d; border-radius: 24px; background: #11161d; box-shadow: 0 34px 100px rgba(0,0,0,.48); }
.home-hero-photo::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.9)); pointer-events: none; }
.home-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 70%; }
.home-hero-photo figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; padding: 26px; align-items: flex-end; justify-content: space-between; gap: 18px; }
.home-hero-photo figcaption strong { color: #fff; font-size: 19px; }
.home-hero-photo figcaption span { color: #d6dbe0; font-size: 12px; font-weight: 800; text-align: right; }
.brand-gateway { min-height: calc(100vh - 76px); padding: 62px 0 72px; background: radial-gradient(circle at 50% 30%, rgba(215,25,32,.16), transparent 34%), linear-gradient(180deg,#0b0e13,#050608); }
.gateway-intro { margin-bottom: 32px; text-align: center; }
.gateway-intro h1 { max-width: none; margin-bottom: 10px; font-size: clamp(38px,5vw,66px); }
.gateway-intro > p:last-child { margin: 0; color: var(--jr-muted); font-size: 18px; }
.gateway-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.gateway-card { position: relative; display: flex; min-height: 460px; padding: 44px; overflow: hidden; border: 1px solid #303741; border-radius: 22px; flex-direction: column; justify-content: flex-end; background: #11161d; box-shadow: 0 30px 90px rgba(0,0,0,.38); transition: transform .2s ease, border-color .2s ease; }
.gateway-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16; background-image: linear-gradient(135deg,transparent 46%,#fff 47%,transparent 48%); background-size: 30px 30px; }
.gateway-card::after { content: ""; position: absolute; top: -90px; right: -80px; width: 300px; height: 300px; border-radius: 50%; background: rgba(215,25,32,.22); filter: blur(18px); }
.gateway-card:hover { transform: translateY(-5px); border-color: var(--jr-accent); }
.gateway-card > span { position: relative; z-index: 1; }
.gateway-kicker { margin-bottom: auto; color: var(--jr-accent); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.gateway-title { margin-bottom: 16px; color: #fff; font-size: clamp(34px,4vw,58px); font-weight: 950; line-height: 1; letter-spacing: -.045em; }
.gateway-copy { max-width: 560px; color: #d5d9de; font-size: 19px; }
.gateway-list { margin-top: 16px; color: #9da6b0; font-size: 13px; font-weight: 700; }
.gateway-button { align-self: flex-start; margin-top: 28px; padding: 12px 18px; border-radius: 9px; color: #fff; background: var(--jr-accent); font-weight: 900; }
.gateway-jr { background: linear-gradient(150deg,#161b22,#090c10); }
.gateway-arragon { background: linear-gradient(150deg,#190d10,#090a0d); }
.gateway-arragon::after { background: rgba(215,25,32,.36); }
.gateway-quicklinks { display: flex; justify-content: center; gap: 28px; padding-top: 28px; color: #aab2bc; font-size: 14px; font-weight: 800; }
.gateway-quicklinks a:hover { color: #fff; }

.project-services { padding: 96px 0 104px; border-top: 1px solid rgba(255,255,255,.08); background: radial-gradient(circle at 88% 9%,rgba(215,25,32,.13),transparent 25%),#0b0e12; }
.project-services-heading { max-width: 880px; margin-bottom: 38px; text-align: center; }
.project-services-heading h2 { margin-bottom: 14px; font-size: clamp(36px,5vw,62px); }
.project-services-heading > p:last-child { max-width: 760px; margin: 0 auto; color: var(--jr-muted); font-size: 18px; }
.project-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; align-items: start; }
.project-service-card { overflow: hidden; border: 1px solid #303843; border-radius: 20px; background: linear-gradient(155deg,#151b23,#0d1116); box-shadow: 0 24px 65px rgba(0,0,0,.22); }
.project-service-cover { position: relative; height: 285px; overflow: hidden; background: #06080b; }
.project-service-cover::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.78)); pointer-events: none; }
.project-service-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-service-card:hover .project-service-cover img { transform: scale(1.035); }
.project-service-cover-placeholder { display: flex; padding: 34px; align-items: flex-end; background: radial-gradient(circle at 72% 26%,rgba(215,25,32,.4),transparent 28%),linear-gradient(145deg,#1c232d,#080b0f); }
.project-service-cover-placeholder::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(135deg,transparent 46%,#fff 47%,transparent 48%); background-size: 26px 26px; }
.project-service-cover-placeholder > strong { position: relative; z-index: 2; color: #fff; font-size: 34px; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.project-service-number { position: absolute; z-index: 2; top: 18px; left: 18px; display: grid; width: 48px; height: 48px; place-items: center; border: 2px solid rgba(255,255,255,.75); border-radius: 50%; color: #fff; background: var(--jr-accent); font-size: 14px; font-weight: 950; }
.project-service-body { padding: 28px; }
.project-service-kicker { margin: 0 0 8px; color: var(--jr-accent); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.project-service-body h3 { margin-bottom: 10px; font-size: clamp(25px,3vw,34px); }
.project-service-body > p:not(.project-service-kicker) { min-height: 56px; margin-bottom: 18px; color: var(--jr-muted); }
.project-tags { display: flex; min-height: 64px; margin-bottom: 22px; flex-wrap: wrap; align-content: flex-start; gap: 7px; }
.project-tags span { padding: 6px 10px; border: 1px solid #333d49; border-radius: 99px; color: #dce2e8; background: rgba(255,255,255,.035); font-size: 12px; font-weight: 750; }
.project-details { border-top: 1px solid #303843; }
.project-details summary { display: flex; min-height: 56px; padding-top: 18px; align-items: center; justify-content: space-between; gap: 16px; color: #fff; font-weight: 900; cursor: pointer; list-style: none; }
.project-details summary::-webkit-details-marker { display: none; }
.project-details summary span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #fff; background: var(--jr-accent); font-size: 22px; line-height: 1; transition: transform .2s ease; }
.project-details[open] summary span { transform: rotate(45deg); }
.project-detail-content { padding-top: 20px; }
.project-case + .project-case { padding-top: 25px; }
.project-case-heading { display: flex; margin-bottom: 14px; align-items: flex-end; justify-content: space-between; gap: 18px; }
.project-case-heading h4 { margin: 0; color: #fff; font-size: 19px; }
.project-case-heading p { margin: 0; color: var(--jr-muted); font-size: 13px; text-align: right; }
.project-photo-grid, .project-video-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.project-photo-grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.project-photo-grid-single { grid-template-columns: 1fr; }
.project-photo-sequence { grid-template-columns: repeat(2,minmax(0,1fr)); }
.project-photo-featured { grid-column: 1/-1; }
.project-photo-grid figure, .project-video-grid figure { position: relative; margin: 0; overflow: hidden; border: 1px solid #303843; border-radius: 12px; background: #090c10; }
.project-photo-grid img { width: 100%; height: 172px; object-fit: cover; }
.project-photo-featured img { height: 340px; object-position: center 68%; }
.project-photo-grid-single img { height: 260px; }
.project-photo-grid figcaption { padding: 9px 11px; color: #cfd5dc; font-size: 11px; font-weight: 800; }
.project-photo-note { margin: 0; padding: 16px; border: 1px dashed #3a4653; border-radius: 10px; color: var(--jr-muted); background: rgba(255,255,255,.025); font-size: 13px; }
.project-video-grid video { display: block; width: 100%; max-height: 330px; background: #050608; }
.project-video-grid figcaption { display: flex; padding: 12px; justify-content: space-between; gap: 12px; }
.project-video-grid figcaption strong { color: var(--jr-accent); }
.project-video-grid figcaption span { color: var(--jr-muted); font-size: 12px; text-align: right; }
.project-services-footer { display: flex; margin-top: 34px; padding: 24px 26px; border: 1px solid #303843; border-radius: 16px; align-items: center; justify-content: space-between; gap: 24px; background: rgba(255,255,255,.03); }
.project-services-footer p { margin: 0; color: var(--jr-muted); }

.recent-showcase { padding: 92px 0 100px; border-top: 1px solid rgba(255,255,255,.07); background: radial-gradient(circle at 12% 15%,rgba(215,25,32,.12),transparent 27%),#090c10; }
.recent-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 50px; margin-bottom: 34px; }
.recent-heading h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(34px,4.5vw,58px); }
.recent-heading > p { max-width: 560px; margin: 0 0 5px; color: var(--jr-muted); font-size: 17px; }
.recent-grid { display: grid; grid-template-columns: 1.55fr 1fr; grid-auto-rows: 315px; gap: 16px; }
.recent-card { position: relative; margin: 0; overflow: hidden; border: 1px solid #313944; border-radius: 18px; background: #11161d; }
.recent-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.9)); pointer-events: none; }
.recent-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.recent-card:hover img { transform: scale(1.035); }
.recent-featured { grid-row: span 2; }
.recent-card figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; padding: 24px; align-items: flex-end; justify-content: space-between; gap: 16px; }
.recent-card figcaption strong { color: #fff; font-size: 19px; }
.recent-card figcaption span { color: #d7dce1; font-size: 13px; font-weight: 700; text-align: right; }
.recent-cta { display: flex; justify-content: center; padding-top: 32px; }

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 20px 16px; border-bottom: 1px solid var(--jr-line); background: #090d12; }
  .main-nav.open { display: block; }
  .main-nav ul { width: min(100%, var(--jr-width)); margin: auto; flex-direction: column; }
  .header-actions .button { display: none; }
  .home-hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .home-hero-photo { order: -1; height: 390px; }
  .hero-grid, .occasion-detail, .contact-grid, .contact-layout { grid-template-columns: 1fr; }
  .contact-business { position: static; grid-row: auto; }
  .hero-card { max-width: 620px; }
  .card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .services-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .filter-bar { grid-template-columns: repeat(2,1fr); }
  .occasion-summary { position: static; }
  .gateway-grid { grid-template-columns: 1fr; }
  .gateway-card { min-height: 390px; }
  .project-service-grid { grid-template-columns: 1fr; }
  .recent-heading { grid-template-columns: 1fr; gap: 14px; }
  .recent-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .recent-featured { grid-row: auto; }
}

@media (max-width: 620px) {
  .header-inner { min-height: 76px; }
  .site-header .brand { width: 155px; height: 62px; }
  .site-header .brand-logo { width: 155px; }
  .hero { padding: 70px 0; }
  .section { padding: 60px 0; }
  .section-head, .cta-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .card-grid, .services-grid, .filter-bar, .footer-grid { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--jr-line); }
  .option-list { columns: 1; }
  .jr-contact-form { grid-template-columns: 1fr; }
  .jr-contact-form p, .jr-contact-form button { grid-column: auto; }
  .jr-booking-form { grid-template-columns: 1fr; }
  .jr-field-wide { grid-column: auto; }
  .jr-plate-row { grid-template-columns: 1fr; }
  .brand-gateway { padding-top: 44px; }
  .home-hero { padding: 18px 0 42px; }
  .home-hero-grid { gap: 26px; }
  .home-hero-photo { height: 310px; border-radius: 17px; }
  .home-hero-photo figcaption { padding: 17px; align-items: flex-start; flex-direction: column; gap: 2px; }
  .home-hero-photo figcaption span { text-align: left; }
  .home-hero-copy h1 { font-size: clamp(38px,12vw,54px); }
  .home-brand-switch { grid-template-columns: 1fr; }
  .home-brand-switch a { min-height: 104px; }
  .gateway-card { min-height: 360px; padding: 30px; }
  .gateway-quicklinks { align-items: center; flex-direction: column; gap: 10px; }
  .project-services { padding: 68px 0 74px; }
  .project-service-cover { height: 245px; }
  .project-service-body { padding: 22px; }
  .project-service-body > p:not(.project-service-kicker), .project-tags { min-height: 0; }
  .project-photo-grid-3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .project-photo-grid img { height: 155px; }
  .project-photo-featured img { height: 245px; }
  .project-photo-grid-single img { height: 230px; }
  .project-video-grid { grid-template-columns: 1fr; }
  .project-services-footer { align-items: flex-start; flex-direction: column; }
  .recent-showcase { padding: 66px 0 72px; }
  .recent-grid { grid-auto-rows: 245px; gap: 12px; }
  .recent-card { border-radius: 14px; }
  .recent-card figcaption { padding: 16px; align-items: flex-start; flex-direction: column; gap: 2px; }
  .recent-card figcaption span { text-align: left; }
}

/* ARRAGON_DUAL_SITE_STYLES_V1 */
.arragon-site{--aa-gold:#d8ac55;--aa-gold-soft:#f0cf88;--aa-ink:#08090a;--aa-panel:#111315;--aa-line:#292c2f;background:#08090a;color:#f7f7f3}.arragon-site .wrap{max-width:1240px}.aa-topbar{background:#d8ac55;color:#08090a;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.aa-topbar .wrap{display:flex;justify-content:space-between;padding-top:8px;padding-bottom:8px}.aa-topbar a{color:#08090a}.arragon-site .site-header{background:rgba(8,9,10,.95);border-bottom:1px solid #242628}.aa-header .header-inner{min-height:78px}.aa-brand{display:inline-flex;flex-direction:column;line-height:.85;text-decoration:none;min-width:180px}.aa-brand span{color:#fff;font-size:27px;font-weight:950;letter-spacing:.12em}.aa-brand small{color:var(--aa-gold);font-size:9px;font-weight:850;letter-spacing:.52em;margin-top:8px}.arragon-site .main-nav a{color:#e9e8e3}.arragon-site .main-nav a:hover{color:var(--aa-gold)}.arragon-site .button{background:var(--aa-gold);border-color:var(--aa-gold);color:#08090a}.arragon-site .button:hover{background:var(--aa-gold-soft);border-color:var(--aa-gold-soft);color:#08090a}.arragon-site .cart-link{color:#fff}.aa-home{overflow:hidden}.aa-hero{padding:96px 0 78px;background:radial-gradient(circle at 78% 30%,rgba(216,172,85,.17),transparent 28%),linear-gradient(135deg,#070809,#121416)}.aa-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);gap:70px;align-items:center}.arragon-site .eyebrow{color:var(--aa-gold);letter-spacing:.2em}.aa-hero h1{max-width:760px;margin:10px 0 22px;font-size:clamp(44px,6.3vw,82px);line-height:.96;letter-spacing:-.055em;color:#fff}.aa-hero h1 span{color:var(--aa-gold)}.aa-hero .hero-copy{max-width:690px;color:#c6c7c4;font-size:18px}.aa-hero .hero-actions{display:flex;align-items:center;gap:25px;margin-top:32px}.aa-hero .text-link{color:#fff;font-weight:750}.aa-trustline{display:flex;flex-wrap:wrap;gap:20px;margin-top:34px;color:#aeb0ad;font-size:13px}.aa-trustline span::first-letter{color:var(--aa-gold)}.aa-hero-panel{position:relative;min-height:430px;padding:48px;border:1px solid rgba(216,172,85,.35);background:linear-gradient(145deg,#191b1d,#0b0c0e);box-shadow:0 30px 80px rgba(0,0,0,.38);display:flex;flex-direction:column;justify-content:center}.aa-hero-panel strong{font-size:48px;letter-spacing:-.045em;color:#fff}.aa-hero-panel em{color:var(--aa-gold);font-style:normal;text-transform:uppercase;letter-spacing:.13em}.aa-panel-kicker{position:absolute;top:25px;right:25px;color:#8f918e;font-size:10px;letter-spacing:.18em}.aa-filter-visual{display:flex;height:135px;gap:11px;align-items:flex-end;margin:35px 0 20px;padding:22px;background:#08090a;transform:skew(-4deg)}.aa-filter-visual i{flex:1;height:100%;background:repeating-linear-gradient(90deg,#921718 0 5px,#d94b46 5px 9px,#551010 9px 12px);border-top:5px solid #1e2022;border-bottom:5px solid #1e2022}.aa-hero-panel small{color:#9da09c}.aa-vehicle{padding:68px 0;background:#f1f0eb;color:#111}.aa-section-heading{max-width:720px;margin-bottom:30px}.aa-section-heading h2{margin:6px 0 10px;font-size:clamp(32px,4vw,50px);letter-spacing:-.04em}.aa-section-heading p:last-child{color:#6f716e}.aa-vehicle-form{display:grid;grid-template-columns:repeat(4,1fr) auto;gap:12px;padding:22px;background:#fff;box-shadow:0 14px 40px rgba(16,17,18,.08)}.aa-vehicle-form label{font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.09em;color:#6b6d69}.aa-vehicle-form select{width:100%;margin-top:7px;padding:13px;border:1px solid #ddd;background:#f8f8f6;color:#787a76}.aa-vehicle-form .button{align-self:end;min-height:47px}.aa-categories,.aa-products,.aa-why{padding:85px 0}.aa-categories{background:#0d0f10}.aa-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.aa-category-card{min-height:315px;padding:34px;background:linear-gradient(145deg,#17191b,#101112);border:1px solid var(--aa-line);color:#fff;text-decoration:none;display:flex;flex-direction:column;transition:.25s}.aa-category-card:hover{border-color:var(--aa-gold);transform:translateY(-4px)}.aa-category-card>span{color:var(--aa-gold);font-size:13px;font-weight:900}.aa-category-card h3{font-size:27px;margin:62px 0 10px}.aa-category-card p{color:#9ea19d}.aa-category-card b{margin-top:auto;color:var(--aa-gold)}.aa-card-filter{background:radial-gradient(circle at 85% 10%,rgba(165,26,27,.32),transparent 38%),#151719}.aa-card-styling{background:radial-gradient(circle at 85% 10%,rgba(216,172,85,.2),transparent 38%),#151719}.aa-products{background:#f1f0eb;color:#111}.aa-products .aa-section-heading p:last-child{color:#686a67}.aa-coming-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.aa-coming-grid div{padding:32px;background:#fff;border-top:3px solid var(--aa-gold);box-shadow:0 10px 28px rgba(0,0,0,.06)}.aa-coming-grid strong,.aa-coming-grid span{display:block}.aa-coming-grid strong{font-size:24px}.aa-coming-grid span{margin-top:8px;color:#747672}.aa-why{background:#090a0b}.aa-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.aa-benefit-grid article{border-top:1px solid #383b3d;padding-top:25px}.aa-benefit-grid strong{color:var(--aa-gold)}.aa-benefit-grid h3{font-size:25px;margin:20px 0 9px}.aa-benefit-grid p{color:#999c98}.aa-cta{background:var(--aa-gold);color:#08090a}.aa-cta .button{background:#08090a;border-color:#08090a;color:#fff}.aa-footer{background:#090a0b}.aa-brand-footer{margin-bottom:22px}.aa-shop-hero{background:linear-gradient(130deg,#0a0b0c,#1b1d1f);border-bottom:1px solid #292c2f}.aa-shop-hero h1{color:#fff}.arragon-site .woocommerce{color:#161716}.arragon-site .woocommerce a{color:#8a681e}.arragon-site .woocommerce button.button,.arragon-site .woocommerce a.button,.arragon-site .woocommerce input.button{background:#d8ac55;color:#08090a}.jr-site .cart-link{display:none}
@media(max-width:980px){.aa-hero-grid{grid-template-columns:1fr}.aa-hero-panel{min-height:340px}.aa-vehicle-form{grid-template-columns:1fr 1fr}.aa-vehicle-form .button{grid-column:1/-1}.aa-category-grid,.aa-benefit-grid,.aa-coming-grid{grid-template-columns:1fr}.aa-topbar .wrap{gap:12px}.aa-header-button{display:none}}
@media(max-width:640px){.aa-topbar .wrap{font-size:9px}.aa-hero{padding:62px 0}.aa-hero-panel{min-height:300px;padding:30px}.aa-hero-panel strong{font-size:38px}.aa-vehicle-form{grid-template-columns:1fr}.aa-hero .hero-actions{align-items:flex-start;flex-direction:column}.aa-trustline{flex-direction:column;gap:8px}}
