/* Purpose-built editorial layouts for Royale's concierge services. */
.royale-detail { margin-top: var(--site-header-height); background: linear-gradient(180deg, #f5f8fc 0%, #fff 42%, #f4f7fb 100%); color: #26364d; overflow: hidden; }
.royale-detail + .legacy-page { display: none; }
/* Shared hero treatment for Concierge, Chef, Chauffeur and Massage.
   Keep the visible title in Title Case as authored in each page. */
.royale-detail .page-hero { min-height: clamp(390px, 46vw, 620px); display: grid; place-items: center; position: relative; background-position: center; background-size: cover; isolation: isolate; }
.royale-detail .page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,17,38,.68), rgba(5,17,38,.44)); z-index: -1; }
.royale-detail .page-hero :is(h1, h2) { color: #fff; font-family: var(--font-headings); font-weight: 600; text-transform: none; font-size: clamp(2.25rem, 5vw, 4.75rem); line-height: 1; text-align: center; letter-spacing: -.035em; text-shadow: 0 3px 20px rgba(0,0,0,.36); margin: 0 1rem; max-width: 15ch; }
.royale-detail .service-content { max-width: 1180px; margin: 0 auto; padding: clamp(4rem, 8vw, 7.5rem) 1.5rem; }
.royale-detail .service-intro { max-width: 830px; margin: 0 auto clamp(3.5rem, 7vw, 6rem); text-align: center; }
.royale-detail .page-hero + .service-content .service-intro:first-child { background: rgba(255,255,255,.96); border-radius: 22px; padding: clamp(2rem,5vw,4rem); margin-top: clamp(-5rem,-8vw,-3rem); position: relative; box-shadow: 0 24px 60px rgba(8,31,70,.13); }
.royale-detail .eyebrow { color: #ed3d38; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }
.royale-detail h2 { color: #0b3b8f; font-size: clamp(1.75rem, 3vw, 2.8rem); line-height: 1.08; margin: .55rem 0 1rem; }
.royale-detail h3 { color: #123f93; font-size: clamp(1.18rem, 2vw, 1.55rem); margin: 0 0 .7rem; }
.royale-detail p { line-height: 1.8; margin: 0; color: #526276; }
.royale-detail .service-intro p { font-size: 1.05rem; }
.royale-detail .feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.royale-detail .feature-card { background: #fff; padding: clamp(1.7rem, 3vw, 2.7rem); border-radius: 18px; box-shadow: 0 12px 35px rgba(15,43,85,.08); transition: transform .25s ease, box-shadow .25s ease; }
.royale-detail .feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(15,43,85,.14); }
.royale-detail .feature-card h3::after { content: ""; display: block; width: 2.75rem; height: 2px; margin-top: .85rem; background: #ed3d38; }
.royale-detail .feature-card.wide { grid-column: 1 / -1; }
.royale-detail .visual-band { min-height: 400px; display: grid; place-items: center; position: relative; background-size: cover; background-position: center; isolation: isolate; text-align: center; padding: 3rem 1.5rem; }
.royale-detail .visual-band::before { content: ""; position: absolute; inset: 0; background: rgba(4,16,35,.59); z-index: -1; }
.royale-detail .visual-band h2 { color: #fff; font-size: clamp(2rem, 4.5vw, 4.1rem); max-width: 900px; margin: 0; text-transform: uppercase; }
.royale-detail .split-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; margin-top: clamp(3.5rem, 8vw, 7rem); }
.royale-detail .split-section.reverse { grid-template-columns: .9fr 1.1fr; }
.royale-detail .split-image { min-height: 440px; border-radius: 20px; background-size: cover; background-position: center; box-shadow: 0 20px 45px rgba(12,30,61,.2); }
.royale-detail .service-list { list-style: none; padding: 0; margin: 1.4rem 0 0; display: grid; gap: .65rem; }
.royale-detail .service-list li { padding: .75rem 1rem; background: #fff; border-radius: 8px; font-weight: 700; color: #173e83; box-shadow: 0 5px 14px rgba(15,43,85,.06); }
.royale-detail .menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.3rem; margin-top: 2rem; }
.royale-detail .menu-grid article { padding: 1.5rem; background: #fff; border-radius: 14px; }
.royale-detail .service-cta { background: radial-gradient(circle at 50% -30%, #1d5bc0, #09275b 62%); color: #fff; text-align: center; padding: clamp(4.5rem, 8vw, 7rem) 1.5rem; }
.royale-detail .service-cta h2, .royale-detail .service-cta p { color: #fff; max-width: 720px; margin-left: auto; margin-right: auto; }
.royale-detail .service-cta a { display:inline-block; margin-top:1.5rem; padding:.9rem 1.35rem; border-radius:8px; background:#ed3d38; color:#fff; font-weight:800; text-decoration:none; }
@media (max-width: 760px) { .royale-detail .page-hero + .service-content .service-intro:first-child { margin-top: -2rem; border-radius: 16px; } .royale-detail .feature-grid, .royale-detail .menu-grid, .royale-detail .split-section, .royale-detail .split-section.reverse { grid-template-columns: 1fr; } .royale-detail .feature-card.wide { grid-column: auto; } .royale-detail .split-image { min-height: 265px; } }

/* The concierge page follows the original Royale editorial treatment. */
.royale-concierge-page .page-hero { min-height: clamp(290px, 26vw, 420px); }
.royale-concierge-page .page-hero h1, .royale-concierge-page .visual-band h2, .royale-concierge-page .concierge-services h2, .royale-concierge-page .feature-card h3 { font-family: var(--font-headings); letter-spacing: -.035em; }
.royale-concierge-page .page-hero + .service-content { padding-top: 3rem; padding-bottom: 2.2rem; }
.royale-concierge-page .page-hero + .service-content .service-intro:first-child { padding: 0; margin-top: 0; box-shadow: none; border-radius: 0; }
.royale-concierge-page .service-intro h2 { font-family: var(--font-headings); font-size: clamp(1.9rem, 3vw, 3rem); text-transform: uppercase; }
.royale-concierge-page .feature-grid { gap: 1.4rem; }
.royale-concierge-page .feature-card { padding: 0 1.25rem 1.15rem; border-radius: 0; border: 1px solid #e3e6ec; box-shadow: none; }
.royale-concierge-page .feature-card:hover { transform: none; box-shadow: none; }
.royale-concierge-page .feature-card h3 { background: #f43b31; color: #fff; margin: 0 -1.25rem 1rem; padding: .48rem .75rem; text-transform: uppercase; font-size: clamp(1.22rem, 2.1vw, 1.85rem); line-height: 1.08; }
.royale-concierge-page .feature-card h3::after { display: none; }
.royale-concierge-page .feature-card p { font-size: .95rem; line-height: 1.75; }
.royale-concierge-page .concierge-spotlights { min-height: 410px; width: min(1080px, 100%); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 8vw, 7rem); padding: 3rem 1.5rem; align-items: center; }
.royale-concierge-page .concierge-spotlights article { text-align: center; }
.royale-concierge-page .concierge-spotlights h2 { font-size: clamp(2rem, 3.8vw, 3.65rem); }
.royale-concierge-page .concierge-spotlights p { color: #fff; font-size: 1rem; line-height: 1.8; }
.royale-concierge-page .concierge-services { max-width: 1180px; margin: 0 auto; padding: 4.5rem 1.5rem 5rem; text-align: center; }
.royale-concierge-page .concierge-services > h2 { color: #0b3b8f; font-size: clamp(2rem, 3.4vw, 3.2rem); margin-bottom: .7rem; text-transform: uppercase; }
.royale-concierge-page .concierge-services > p { max-width: 820px; margin: 0 auto 2.3rem; }
.royale-concierge-page .service-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; text-align: left; }
.royale-concierge-page .service-links article { background: #f7f6f5; padding: .85rem .85rem 1.2rem; }
.royale-concierge-page .service-links img { display: block; width: 100%; aspect-ratio: 1.65; object-fit: cover; margin-bottom: 1rem; }
.royale-concierge-page .service-links h3 { font-family: var(--font-headings); color: #0b3b8f; font-size: 1.55rem; text-transform: uppercase; }
.royale-concierge-page .service-links ul { margin: .8rem 0 0; padding-left: 1.1rem; color: #39475a; line-height: 1.65; }
.royale-concierge-page .service-links a { display: inline-block; margin-top: 1.3rem; padding: .65rem 1rem; background: #0b3b8f; color: #fff; font-size: .8rem; font-weight: 800; text-decoration: none; }
.royale-concierge-page .service-cta { background: #fff; padding: 0 1.5rem 4.5rem; }
.royale-concierge-page .service-cta h2 { color: #0b3b8f; font-family: var(--font-headings); text-transform: uppercase; }
.royale-concierge-page .service-cta p { color: #526276; }
@media (max-width: 760px) { .royale-concierge-page .concierge-spotlights, .royale-concierge-page .service-links { grid-template-columns: 1fr; } .royale-concierge-page .concierge-spotlights { gap: 2.25rem; padding-top: 4rem; padding-bottom: 4rem; } }

/* Chef: full menu presentation from the original service page. */
.royale-chef-page main.royale-detail:first-of-type { display: none; }
.royale-chef-page .chef-detail { background: #f4f4f4; }
.royale-chef-page .chef-detail .page-hero { min-height: clamp(250px, 24vw, 380px); }
.royale-chef-page .chef-detail .page-hero :is(h1, h2), .royale-chef-page .chef-detail h2, .royale-chef-page .chef-detail h3 { font-family: var(--font-headings); }
.royale-chef-page .chef-detail .service-content { padding-top: 3.25rem; padding-bottom: 3.25rem; }
.royale-chef-page .chef-detail .service-intro { margin-bottom: 2.5rem; }
.royale-chef-page .chef-detail .service-intro h2, .royale-chef-page .chef-detail .menu-title { color: #0b3b8f; font-size: clamp(1.6rem, 2.8vw, 2.6rem); text-transform: uppercase; }
.royale-chef-page .chef-detail .feature-grid { gap: 1.2rem; }
.royale-chef-page .chef-detail .feature-card { padding: 0 1rem 1rem; border-radius: 0; box-shadow: none; border: 1px solid #e1e2e6; }
.royale-chef-page .chef-detail .feature-card h3 { margin: 0 -1rem .85rem; padding: .45rem .7rem; background: #f43b31; color: #fff; font-size: clamp(1.1rem, 1.9vw, 1.55rem); text-transform: uppercase; }
.royale-chef-page .chef-detail .feature-card h3::after { display: none; }
.royale-chef-page .chef-detail .feature-card:hover { transform: none; box-shadow: none; }
.royale-chef-page .chef-traditional { min-height: 365px; display: grid; align-items: center; background-color: #123f93; background-size: auto 100%; background-repeat: no-repeat; background-position: right center; color: #fff; }
.royale-chef-page .chef-traditional > div { width: min(1080px, 100%); margin: 0 auto; padding: 3rem 1.5rem; }
.royale-chef-page .chef-traditional article { max-width: 510px; }
.royale-chef-page .chef-traditional h2 { color: #fff; margin: 0 0 1.1rem; font-size: clamp(2rem, 3.4vw, 3.3rem); text-transform: uppercase; }
.royale-chef-page .chef-traditional p { color: #fff; }
.royale-chef-page .chef-traditional a { display: inline-block; margin-top: 1.5rem; border: 1px solid #fff; padding: .7rem 1rem; color: #fff; text-decoration: none; font-weight: 800; }
.royale-chef-page .chef-menu { max-width: 1080px; margin: 0 auto; padding: 4.5rem 1.5rem 5rem; }
.royale-chef-page .chef-menu > h2 { text-align: center; margin: 0 auto 3.5rem; max-width: 760px; }
.royale-chef-page .meal-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.2rem 1.4rem; }
.royale-chef-page .meal-group > h3 { color: #0b3b8f; margin-bottom: .8rem; font-size: 1.55rem; }
.royale-chef-page .meal-item { border: 1.5px solid #f46c66; border-radius: 13px; padding: 1rem 1.15rem; background: #f8f8f8; margin-top: .65rem; }
.royale-chef-page .meal-item h4 { margin: 0 0 .55rem; color: #f43b31; font-family: var(--font-headings); font-size: 1.22rem; }
.royale-chef-page .meal-item p { font-size: .88rem; line-height: 1.6; }
@media (max-width: 760px) { .royale-chef-page .chef-traditional { background-image: linear-gradient(90deg, rgba(18,63,147,.96), rgba(18,63,147,.76)) !important; } .royale-chef-page .meal-groups { grid-template-columns: 1fr; } }

/* Massage: based on the original page's focused wellness sequence. */
.royale-massage-page main.royale-detail:first-of-type { display: none; }
.royale-massage-page .massage-detail { background: #f7f9fc; }
.royale-massage-page .massage-detail .page-hero { min-height: clamp(340px, 34vw, 500px); }
.royale-massage-page .massage-detail .service-content { max-width: 940px; padding-top: 4.5rem; padding-bottom: 4.5rem; }
.royale-massage-page .massage-detail .massage-layout { max-width: 1080px; display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 3.5rem; align-items: start; }
.royale-massage-page .massage-detail .massage-copy .service-intro { text-align: left; }
.royale-massage-page .massage-detail .service-intro { margin-bottom: 3rem; }
.royale-massage-page .massage-detail .wellness-copy { display: grid; gap: 3rem; }
.royale-massage-page .massage-detail .wellness-copy article { padding-bottom: 2.2rem; border-bottom: 1px solid #dfe6ef; }
.royale-massage-page .massage-detail .wellness-copy article:last-child { border: 0; padding-bottom: 0; }
.royale-massage-page .massage-detail .wellness-copy h2 { color: var(--color-primary); }
.royale-massage-page .massage-panel { overflow: hidden; border-radius: 10px; background: #002a8b; color: #fff; }
.royale-massage-page .massage-panel h2 { margin: 0; padding: 1.4rem 1.25rem; background: #fc2e20; color: #fff; font-size: clamp(1.75rem, 2.6vw, 2.55rem); text-transform: uppercase; }
.royale-massage-page .massage-panel ul { min-height: 145px; margin: 0; padding: 1.5rem 2rem; }
.royale-massage-page .massage-panel li { margin: .65rem 0; }
.royale-massage-page .massage-panel a { display: inline-block; margin: 0 1.25rem 1.25rem; padding: .75rem 1.1rem; border: 1px solid #fff; color: #fff; text-decoration: none; font-weight: 800; }
.royale-massage-page .massage-range { min-height: 450px; display: grid; place-items: center; padding: 4rem 1.5rem; background-size: cover; background-position: center; position: relative; isolation: isolate; }
.royale-massage-page .massage-range::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,42,139,.94),rgba(0,42,139,.76)); z-index:-1; }
.royale-massage-page .massage-range > div { max-width: 1080px; width:100%; color:#fff; }
.royale-massage-page .massage-range h2, .royale-massage-page .massage-range p { color:#fff; }
.royale-massage-page .massage-range h2 { max-width:600px; font-size:clamp(2rem,4vw,3.5rem); text-transform:uppercase; }
.royale-massage-page .massage-range p { max-width:580px; }
.royale-massage-page .massage-range ul { list-style:none; padding:0; margin:1.5rem 0 0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.7rem 1rem; max-width:680px; }
.royale-massage-page .massage-range li { color:#fff; font-weight:700; padding:.72rem .9rem; border:1px solid rgba(255,255,255,.45); }
.royale-massage-page .massage-range a { display:inline-block; margin-top:1.5rem; padding:.8rem 1.1rem; color:#fff; border:1px solid #fff; text-decoration:none; font-weight:800; }
.royale-massage-page .massage-packages { max-width:1080px; margin:0 auto; padding:4.8rem 1.5rem; text-align:center; }
.royale-massage-page .massage-packages h2 { text-transform:uppercase; }
.royale-massage-page .package-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.4rem; margin-top:2rem; text-align:left; }
.royale-massage-page .package-grid article { background:#fff; padding:2rem; border-radius:14px; box-shadow:0 10px 28px rgba(9,39,91,.09); }
.royale-massage-page .package-grid h3 { color:var(--color-primary); margin:0 0 .7rem; }
.royale-massage-page .massage-services { background: #cbdafe; padding: 4.5rem 1.5rem; text-align: center; }
.royale-massage-page .massage-services > h2 { color: var(--color-primary); text-transform: uppercase; }
.royale-massage-page .massage-services > p { max-width: 800px; margin: 0 auto 2.3rem; }
.royale-massage-page .massage-service-cards { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; text-align: left; }
.royale-massage-page .massage-service-cards article { background: #fff; padding: .85rem .85rem 1.25rem; }
.royale-massage-page .massage-service-cards img { display: block; width: 100%; aspect-ratio: 1.65; object-fit: cover; }
.royale-massage-page .massage-service-cards h3 { color: var(--color-primary); font-size: 1.4rem; margin: 1rem 0 .65rem; }
.royale-massage-page .massage-service-cards p, .royale-massage-page .massage-service-cards ul { font-size: .9rem; line-height: 1.65; }
.royale-massage-page .massage-service-cards ul { padding-left: 1.15rem; }
.royale-massage-page .massage-service-cards a, .royale-massage-page .view-services { display: inline-block; margin-top: 1rem; padding: .68rem 1rem; background: var(--color-primary); color: #fff; font-size: .8rem; text-transform: uppercase; font-weight: 800; text-decoration: none; }
.royale-massage-page .view-services { margin-top: 2.5rem; color: var(--color-primary); background: transparent; border: 1px solid var(--color-primary); }
@media (max-width:760px) { .royale-massage-page .massage-detail .massage-layout, .royale-massage-page .massage-range ul, .royale-massage-page .package-grid, .royale-massage-page .massage-service-cards { grid-template-columns:1fr; } }

/* Chauffeur: direct reconstruction of the source page's service rhythm. */
.royale-chauffeur-page .chauffeur-detail { background: #fff; }
.royale-chauffeur-page .chauffeur-detail .page-hero { min-height: clamp(280px, 27vw, 425px); }
.royale-chauffeur-page .chauffeur-detail .page-hero::before { background: linear-gradient(90deg, rgba(5,17,38,.68), rgba(5,17,38,.44)); }
.royale-chauffeur-page .chauffeur-detail .page-hero h1 { max-width: none; font-size: clamp(2.4rem, 4.6vw, 4.2rem); }
.royale-chauffeur-page .chauffeur-detail .service-content { max-width: 1120px; padding: 3.6rem 1.5rem 3.2rem; }
.royale-chauffeur-page .chauffeur-detail .service-intro { max-width: 1000px; margin: 0 auto 2.6rem; }
.royale-chauffeur-page .chauffeur-detail .service-intro h2 { color: var(--color-primary); font-size: clamp(1.8rem, 3vw, 2.8rem); text-transform: uppercase; }
.royale-chauffeur-page .chauffeur-detail .service-intro p { color: #26364d; font-size: 1rem; line-height: 1.8; }
.royale-chauffeur-page .chauffeur-feature-grid { gap: 1.35rem; }
.royale-chauffeur-page .chauffeur-feature-grid .feature-card { padding: 0 1rem 1rem; border: 1px solid #e1e3e7; border-radius: 0; box-shadow: none; }
.royale-chauffeur-page .chauffeur-feature-grid .feature-card:hover { transform: none; box-shadow: none; }
.royale-chauffeur-page .chauffeur-feature-grid .feature-card h3 { margin: 0 -1rem .9rem; padding: .5rem .75rem; background: var(--color-accent); color: #fff; font-size: clamp(1.15rem, 2vw, 1.75rem); text-transform: uppercase; }
.royale-chauffeur-page .chauffeur-feature-grid .feature-card h3::after { display: none; }
.royale-chauffeur-page .chauffeur-feature-grid .feature-card p { color: #2d3747; font-size: .95rem; line-height: 1.75; }
.royale-chauffeur-page .chauffeur-estimating { min-height: 400px; display: grid; align-items: center; background-color: var(--color-primary); background-position: center; background-repeat: no-repeat; background-size: cover; }
.royale-chauffeur-page .chauffeur-estimating-inner { width: min(1120px, 100%); margin: 0 auto; padding: 3rem 1.5rem; }
.royale-chauffeur-page .chauffeur-estimating-inner { max-width: 1120px; }
.royale-chauffeur-page .chauffeur-estimating-inner h2 { max-width: 560px; margin: 0 0 1.15rem; color: #fff; font-size: clamp(2rem, 3.5vw, 3.2rem); text-transform: uppercase; }
.royale-chauffeur-page .chauffeur-estimating-inner p { max-width: 590px; color: #fff; line-height: 1.8; }
.royale-chauffeur-page .chauffeur-estimating-inner a { display: inline-block; margin-top: 1.45rem; padding: .72rem 1rem; border: 1px solid #fff; color: #fff; font-size: .83rem; font-weight: 800; text-decoration: none; }
.royale-chauffeur-page .chauffeur-services { max-width: 1120px; margin: 0 auto; padding: 4.25rem 1.5rem 5rem; text-align: center; }
.royale-chauffeur-page .chauffeur-services > h2 { color: var(--color-primary); font-size: clamp(1.9rem, 3vw, 2.9rem); text-transform: uppercase; }
.royale-chauffeur-page .chauffeur-services > p { max-width: 820px; margin: .75rem auto 2.4rem; }
.royale-chauffeur-page .chauffeur-service-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.35rem; text-align: left; }
.royale-chauffeur-page .chauffeur-service-cards article { display: flex; flex-direction: column; min-width: 0; padding: .85rem .85rem 1.25rem; background: #f8f7f6; }
.royale-chauffeur-page .chauffeur-service-cards img { display: block; width: 100%; height: 154px; object-fit: cover; object-position: center; }
.royale-chauffeur-page .chauffeur-service-cards h3 { margin: 1rem 0 .65rem; color: var(--color-primary); font-size: 1.38rem; text-transform: uppercase; }
.royale-chauffeur-page .chauffeur-service-cards p, .royale-chauffeur-page .chauffeur-service-cards ul { color: #374151; font-size: .9rem; line-height: 1.65; }
.royale-chauffeur-page .chauffeur-service-cards ul { margin: 0; padding-left: 1.1rem; }
.royale-chauffeur-page .chauffeur-service-cards a, .royale-chauffeur-page .chauffeur-services .view-services { display: inline-block; margin-top: auto; padding: .67rem 1rem; background: var(--color-primary); color: #fff; font-size: .78rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.royale-chauffeur-page .chauffeur-service-cards a { align-self: flex-start; margin-top: 1.25rem; }
.royale-chauffeur-page .chauffeur-services .view-services { margin-top: 2.4rem; background: transparent; border: 1px solid var(--color-primary); color: var(--color-primary); }
@media (max-width:760px) { .royale-chauffeur-page .chauffeur-estimating { background-image: linear-gradient(90deg, rgba(0,42,139,.96), rgba(0,42,139,.8)) !important; background-size: cover; } .royale-chauffeur-page .chauffeur-service-cards { grid-template-columns: 1fr; } .royale-chauffeur-page .chauffeur-service-cards img { height: auto; aspect-ratio: 1.65; } }
