/* =========================================================
   Ray Rose Removals — About page widgets
   ---------------------------------------------------------
   Ported from the design handoff (about-page.css). Two changes
   vs. the source: design tokens remapped to the theme's --rr-*
   variables (global-styles.css), and every generic selector
   namespaced (.rrr-*) so it cannot collide with Elementor /
   OceanWP globals. Loaded per-widget via get_style_depends().
   Buttons (.rr-btn-gold / .rr-btn-ghost) are reused, not redefined.
   ========================================================= */

/* ---------- Shared layout / type ---------- */
.rrr-container { width: var(--rr-container, 1180px); max-width: 92%; margin-inline: auto; }

.rrr-eyebrow {
  font-family: var(--rr-font-mono, 'JetBrains Mono', monospace);
  font-size: var(--rr-fs-eyebrow, 11px);
  letter-spacing: var(--rr-tracking-mono, .18em);
  text-transform: uppercase;
  color: var(--rr-gold-deep, #b8915c);
  font-weight: 500;
  margin: 0 0 14px;
}
.rrr-eyebrow.is-center { text-align: center; }
.rrr-eyebrow.is-gold { color: var(--rr-gold, #d4b283); }

.rrr-cta-row { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }

/* ---------- HERO (About) ---------- */
.rrr-about-hero { position: relative; min-height: 460px; overflow: hidden; display: flex; align-items: center; color: #fff; }
.rrr-about-hero__bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(110deg, rgba(15,30,50,.82) 0%, rgba(15,30,50,.5) 48%, rgba(0,0,0,.6) 100%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><defs><pattern id='p' width='20' height='20' patternUnits='userSpaceOnUse' patternTransform='rotate(45)'><line x1='0' y1='0' x2='0' y2='20' stroke='%23334d6a' stroke-width='12'/></pattern></defs><rect width='100' height='100' fill='%23435d7c'/><rect width='100' height='100' fill='url(%23p)' opacity='.18'/></svg>");
  background-size: cover, 60px 60px;
  background-position: center;
}
/* Real photo set: single cover layer, never tile. */
.rrr-about-hero__bg.has-photo { background-size: cover; background-repeat: no-repeat; background-position: center; }
.rrr-about-hero__inner { position: relative; max-width: 1180px; margin: 0 auto; padding: 72px 24px; width: 100%; }
.rrr-about-hero .rrr-crumbs {
  font-family: var(--rr-font-mono, 'JetBrains Mono', monospace);
  font-size: 11px; letter-spacing: var(--rr-tracking-mono, .18em); text-transform: uppercase;
  color: rgba(255,255,255,.55); margin-bottom: 22px;
}
.rrr-about-hero .rrr-crumbs a { color: inherit; text-decoration: none; }
.rrr-about-hero .rrr-crumbs span { color: var(--rr-gold, #d4b283); margin: 0 6px; }
.rrr-about-hero .rrr-crumbs b { color: #fff; font-weight: 400; }
.rrr-about-hero h1 { font-family: var(--rr-font-serif, 'Cormorant Garamond', serif); font-weight: 500; font-size: 70px; line-height: 1.02; margin: 0 0 18px; max-width: 760px; color: #fff; }
.rrr-about-hero__sub { max-width: 580px; font-size: 17px; color: rgba(255,255,255,.9); margin: 0; line-height: 1.6; }
.rrr-about-hero .rr-btn-ghost { color: #fff; border-color: rgba(255,255,255,.55); }
.rrr-about-hero .rr-btn-ghost:hover { background: rgba(255,255,255,.08); }
.rrr-about-hero__label {
  position: absolute; bottom: 12px; right: 16px;
  font-family: var(--rr-font-mono, 'JetBrains Mono', monospace);
  font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.4);
}

/* ---------- STAT BAR ---------- */
.rrr-stat-bar { background: var(--rr-navy, #13406b); color: #fff; }
.rrr-stat-bar .rrr-container { display: grid; grid-template-columns: repeat(var(--rrr-stat-cols, 5), 1fr); }
.rrr-stat { padding: 26px 28px; border-left: 1px solid rgba(255,255,255,.1); }
.rrr-stat:first-child { border-left: 0; padding-left: 0; }
.rrr-stat__num { font-family: var(--rr-font-serif, 'Cormorant Garamond', serif); font-weight: 500; font-size: 38px; color: var(--rr-gold, #d4b283); line-height: 1; display: flex; align-items: baseline; gap: 6px; }
.rrr-stat__num small { font-size: 18px; color: rgba(255,255,255,.6); }
.rrr-stat__lbl { font-size: 12px; color: rgba(255,255,255,.72); margin-top: 8px; letter-spacing: .02em; line-height: 1.45; }
.rrr-stat__stars { color: var(--rr-gold, #d4b283); letter-spacing: 2px; font-size: 15px; margin-top: 4px; }

/* ---------- OUR STORY ---------- */
.rrr-story { padding: 88px 0 72px; }
.rrr-story__grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 64px; align-items: start; }
.rrr-story h2 { font-family: var(--rr-font-serif, 'Cormorant Garamond', serif); font-weight: 500; font-size: 38px; line-height: 1.16; color: var(--rr-navy, #13406b); margin: 0 0 22px; }
.rrr-story__body p { font-size: 15.5px; color: #2a2a2a; margin: 0 0 16px; }
.rrr-story__body p:last-child { margin-bottom: 0; }
.rrr-story__body .rrr-em, .rrr-story__body strong { color: var(--rr-navy, #13406b); font-weight: 600; }
.rrr-story__aside { background: var(--rr-cream, #f7f3eb); border-left: 3px solid var(--rr-gold, #d4b283); padding: 30px 30px 26px; position: sticky; top: 24px; }
.rrr-story__aside h4 { font-family: var(--rr-font-serif, 'Cormorant Garamond', serif); font-weight: 500; font-size: 22px; color: var(--rr-navy, #13406b); margin: 0 0 18px; }
.rrr-story__aside dl { margin: 0; }
.rrr-story__aside dt { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--rr-gold-deep, #b8915c); font-weight: 700; margin-bottom: 3px; }
.rrr-story__aside dd { margin: 0 0 16px; font-size: 14px; color: var(--rr-ink, #1a1a1a); line-height: 1.55; }
.rrr-story__aside dd:last-child { margin-bottom: 0; }

/* ---------- CREDENTIALS / WHY TRUST US ---------- */
.rrr-creds { padding: 80px 0; background: var(--rr-cream, #f7f3eb); }
.rrr-creds h2 { font-family: var(--rr-font-serif, 'Cormorant Garamond', serif); font-weight: 500; font-size: 38px; color: var(--rr-navy, #13406b); margin: 0 0 12px; line-height: 1.15; text-align: center; }
.rrr-creds__lead { font-size: 15.5px; color: #2a2a2a; margin: 0 auto 48px; max-width: 680px; text-align: center; }
.rrr-creds__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 30px; }
.rrr-cred { background: #fff; padding: 28px 26px 26px; border-top: 2px solid var(--rr-gold, #d4b283); }
.rrr-cred__icon { width: 40px; height: 40px; border-radius: 50%; background: var(--rr-navy, #13406b); color: var(--rr-gold, #d4b283); display: grid; place-items: center; margin-bottom: 16px; }
.rrr-cred__icon svg { width: 20px; height: 20px; fill: currentColor; }
.rrr-cred__icon i { font-size: 18px; color: var(--rr-gold, #d4b283); }
.rrr-cred h4 { font-family: var(--rr-font-serif, 'Cormorant Garamond', serif); font-weight: 500; font-size: 22px; color: var(--rr-navy, #13406b); margin: 0 0 8px; }
.rrr-cred p { font-size: 14px; color: #2a2a2a; margin: 0; }

/* ---------- TEAM ---------- */
.rrr-team { padding: 88px 0; }
.rrr-team__head { max-width: 720px; }
.rrr-team h2 { font-family: var(--rr-font-serif, 'Cormorant Garamond', serif); font-weight: 500; font-size: 38px; color: var(--rr-navy, #13406b); margin: 0 0 14px; line-height: 1.15; }
.rrr-team__head p { font-size: 15.5px; color: #2a2a2a; margin: 0; }
.rrr-team__note { font-family: var(--rr-font-mono, 'JetBrains Mono', monospace); font-size: 11px; letter-spacing: .06em; color: var(--rr-gold-deep, #b8915c); margin-top: 14px; }

/* Portrait placeholder (shared) */
.rrr-portrait {
  position: relative; overflow: hidden;
  background:
    linear-gradient(135deg, rgba(28,61,95,.5), rgba(15,30,50,.7)),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><defs><pattern id='p' width='18' height='18' patternUnits='userSpaceOnUse' patternTransform='rotate(45)'><line x1='0' y1='0' x2='0' y2='18' stroke='%233a567a' stroke-width='9'/></pattern></defs><rect width='100' height='100' fill='%232c466a'/><rect width='100' height='100' fill='url(%23p)' opacity='.5'/></svg>");
  background-size: cover, 44px 44px;
  display: grid; place-items: center;
}
.rrr-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rrr-monogram {
  width: 88px; height: 88px; border-radius: 50%;
  border: 1.5px solid rgba(212,178,131,.85);
  background: rgba(21,48,74,.55);
  color: var(--rr-gold, #d4b283);
  font-family: var(--rr-font-serif, 'Cormorant Garamond', serif); font-weight: 500; font-size: 34px; letter-spacing: .02em;
  display: grid; place-items: center;
}
.rrr-portrait-label {
  position: absolute; bottom: 10px; left: 0; right: 0; text-align: center;
  font-family: var(--rr-font-mono, 'JetBrains Mono', monospace); font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
/* Silhouette variant */
.rrr-portrait.silhouette .rrr-monogram { font-size: 0; border-color: rgba(212,178,131,.7); }
.rrr-portrait.silhouette .rrr-monogram::after {
  content: ''; display: block; width: 46px; height: 46px;
  background: rgba(212,178,131,.85);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='8' r='4'/><path d='M4 21c0-4.4 3.6-8 8-8s8 3.6 8 8'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='8' r='4'/><path d='M4 21c0-4.4 3.6-8 8-8s8 3.6 8 8'/></svg>") center/contain no-repeat;
}

/* Featured director */
.rrr-team__featured { display: grid; grid-template-columns: 380px 1fr; gap: 56px; align-items: center; margin: 48px 0 64px; }
.rrr-team__featured .rrr-portrait { aspect-ratio: 4/5; }
.rrr-team__featured .rrr-monogram { width: 104px; height: 104px; font-size: 40px; }
.rrr-tf__role { font-family: var(--rr-font-mono, 'JetBrains Mono', monospace); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--rr-gold-deep, #b8915c); margin-bottom: 10px; }
.rrr-team__featured h3 { font-family: var(--rr-font-serif, 'Cormorant Garamond', serif); font-weight: 500; font-size: 42px; color: var(--rr-navy, #13406b); margin: 0 0 4px; line-height: 1; }
.rrr-tf__title { font-size: 15px; color: var(--rr-muted, #6b7280); margin: 0 0 22px; }
.rrr-team__featured .rrr-tf__body p { font-size: 15px; color: #2a2a2a; margin: 0 0 14px; max-width: 640px; }
.rrr-team__featured .rrr-tf__body p:last-child { margin-bottom: 0; }

/* Wider-team grid */
.rrr-team__sub { font-family: var(--rr-font-mono, 'JetBrains Mono', monospace); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--rr-gold-deep, #b8915c); margin: 0 0 24px; padding-top: 36px; border-top: 1px solid var(--rr-line, rgba(19,64,107,.12)); }
.rrr-team__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.rrr-team-card { background: #fff; border: 1px solid var(--rr-line, rgba(19,64,107,.12)); display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.rrr-team-card:hover { box-shadow: 0 20px 40px -22px rgba(21,48,74,.28); transform: translateY(-3px); }
.rrr-team-card .rrr-portrait { aspect-ratio: 1/1; }
.rrr-team-card .rrr-monogram { width: 72px; height: 72px; font-size: 28px; }
.rrr-team-card__body { padding: 18px 20px 20px; }
.rrr-tc-name { font-family: var(--rr-font-serif, 'Cormorant Garamond', serif); font-weight: 500; font-size: 23px; color: var(--rr-navy, #13406b); margin: 0 0 2px; line-height: 1.1; }
.rrr-tc-role { font-size: 12.5px; color: var(--rr-gold-deep, #b8915c); font-weight: 600; letter-spacing: .02em; margin: 0 0 12px; }
.rrr-tc-bio { font-size: 13px; color: #2a2a2a; margin: 0; line-height: 1.55; }

/* List layout variant */
.rrr-team__grid.is-list { grid-template-columns: 1fr; gap: 0; }
.rrr-team__grid.is-list .rrr-team-card { flex-direction: row; align-items: stretch; border-left: 0; border-right: 0; border-top: 0; border-radius: 0; }
.rrr-team__grid.is-list .rrr-team-card:first-child { border-top: 1px solid var(--rr-line, rgba(19,64,107,.12)); }
.rrr-team__grid.is-list .rrr-team-card:hover { transform: none; box-shadow: none; background: var(--rr-cream, #f7f3eb); }
.rrr-team__grid.is-list .rrr-portrait { aspect-ratio: auto; width: 140px; flex: 0 0 140px; }
.rrr-team__grid.is-list .rrr-team-card__body { padding: 22px 24px; display: flex; flex-direction: column; justify-content: center; }
.rrr-team__grid.is-list .rrr-tc-bio { max-width: 720px; }

/* ---------- OUR FLEET ---------- */
.rrr-fleet { padding: 88px 0; }
.rrr-fleet__head { display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: end; margin-bottom: 48px; }
.rrr-fleet h2 { font-family: var(--rr-font-serif, 'Cormorant Garamond', serif); font-weight: 500; font-size: 38px; color: var(--rr-navy, #13406b); margin: 0 0 14px; line-height: 1.15; }
.rrr-fleet__head p { font-size: 15.5px; color: #2a2a2a; margin: 0; }
.rrr-fleet__stat { text-align: right; }
.rrr-fs-num { font-family: var(--rr-font-serif, 'Cormorant Garamond', serif); font-weight: 500; font-size: 64px; color: var(--rr-gold-deep, #b8915c); line-height: 1; }
.rrr-fs-lbl { font-size: 12.5px; color: var(--rr-muted, #6b7280); letter-spacing: .02em; margin-top: 4px; }
.rrr-fleet__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.rrr-fleet-card { background: #fff; border: 1px solid var(--rr-line, rgba(19,64,107,.12)); display: flex; flex-direction: column; }
.rrr-fleet-card__img {
  aspect-ratio: 4/3; position: relative; display: grid; place-items: center;
  background:
    linear-gradient(135deg, rgba(28,61,95,.5), rgba(15,30,50,.7)),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><defs><pattern id='p' width='18' height='18' patternUnits='userSpaceOnUse' patternTransform='rotate(45)'><line x1='0' y1='0' x2='0' y2='18' stroke='%233a567a' stroke-width='9'/></pattern></defs><rect width='100' height='100' fill='%232c466a'/><rect width='100' height='100' fill='url(%23p)' opacity='.5'/></svg>");
  background-size: cover, 44px 44px;
}
.rrr-fleet-card__img.has-photo { background-image: none; background-size: cover; background-repeat: no-repeat; background-position: center; }
.rrr-fleet-card__img-label { font-family: var(--rr-font-mono, 'JetBrains Mono', monospace); font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.6); text-align: center; padding: 0 10px; }
.rrr-fleet-card__body { padding: 20px 22px 22px; }
.rrr-fc-eyebrow { font-family: var(--rr-font-mono, 'JetBrains Mono', monospace); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--rr-gold-deep, #b8915c); margin-bottom: 6px; }
.rrr-fleet-card h4 { font-family: var(--rr-font-serif, 'Cormorant Garamond', serif); font-weight: 500; font-size: 24px; color: var(--rr-navy, #13406b); margin: 0 0 4px; line-height: 1.1; }
.rrr-fc-cap { font-size: 12.5px; color: var(--rr-muted, #6b7280); margin: 0 0 14px; }
.rrr-fc-specs { list-style: none; margin: 0; padding: 0; }
.rrr-fc-specs li { font-size: 13px; color: #2a2a2a; padding: 4px 0 4px 20px; position: relative; }
.rrr-fc-specs li::before { content: '✓'; position: absolute; left: 0; top: 4px; color: var(--rr-gold-deep, #b8915c); font-weight: 700; }
.rrr-fleet__strip { display: flex; flex-wrap: wrap; gap: 14px 36px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--rr-line, rgba(19,64,107,.12)); }
.rrr-fst { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--rr-navy, #13406b); font-weight: 600; }
.rrr-fst svg { width: 20px; height: 20px; color: var(--rr-gold-deep, #b8915c); fill: currentColor; flex: none; }
.rrr-fst i { font-size: 18px; color: var(--rr-gold-deep, #b8915c); flex: none; }

/* Storage panel */
.rrr-storage { margin-top: 56px; background: var(--rr-cream, #f7f3eb); border-left: 3px solid var(--rr-gold, #d4b283); padding: 40px 44px; display: grid; grid-template-columns: 1fr 1.6fr; gap: 48px; align-items: start; }
.rrr-storage__intro h3 { font-family: var(--rr-font-serif, 'Cormorant Garamond', serif); font-weight: 500; font-size: 28px; color: var(--rr-navy, #13406b); margin: 6px 0 12px; line-height: 1.15; }
.rrr-storage__intro p { font-size: 14px; color: #2a2a2a; margin: 0; }
.rrr-storage__opts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.rrr-storage-opt { border-top: 2px solid var(--rr-gold, #d4b283); padding-top: 14px; }
.rrr-storage-opt h5 { font-family: var(--rr-font-serif, 'Cormorant Garamond', serif); font-weight: 500; font-size: 19px; color: var(--rr-navy, #13406b); margin: 0 0 8px; }
.rrr-storage-opt p { font-size: 13px; color: #2a2a2a; margin: 0; line-height: 1.55; }

/* ---------- AREAS COVERED ---------- */
.rrr-areas { padding: 80px 0; background: var(--rr-navy, #13406b); color: #fff; position: relative; }
.rrr-areas .rrr-container { position: relative; z-index: 1; }
.rrr-areas h2 { font-family: var(--rr-font-serif, 'Cormorant Garamond', serif); font-weight: 500; font-size: 38px; margin: 0 0 12px; color: #fff; }
.rrr-areas__lead { font-size: 15px; color: rgba(255,255,255,.8); margin: 0 0 44px; max-width: 760px; }
.rrr-areas__grid { display: grid; grid-template-columns: 280px repeat(3, 1fr); gap: 40px; }
.rrr-areas__map { aspect-ratio: 1/1; background: linear-gradient(135deg, rgba(184,145,92,.18), #244766); position: relative; display: grid; place-items: center; }
.rrr-areas__map.is-image { background-size: cover; background-repeat: no-repeat; background-position: center; }
.rrr-areas__map.is-embed { background: none; }
.rrr-areas__map iframe { width: 100%; height: 100%; min-height: 280px; border: 0; display: block; }
.rrr-areas__pin { width: 16px; height: 16px; border-radius: 50% 50% 50% 0; background: var(--rr-gold, #d4b283); transform: rotate(-45deg); box-shadow: 0 0 0 4px rgba(212,178,131,.25); }
.rrr-areas__map-label { position: absolute; bottom: 10px; left: 0; right: 0; text-align: center; font-family: var(--rr-font-mono, 'JetBrains Mono', monospace); font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.rrr-areas__col h4 { font-size: 14px; color: var(--rr-gold, #d4b283); margin: 0 0 14px; letter-spacing: .04em; padding-bottom: 10px; border-bottom: 1px solid rgba(212,178,131,.3); }
.rrr-areas__col ul { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 24px; }
.rrr-areas__col li { font-size: 13.5px; color: rgba(255,255,255,.82); padding: 4px 0; break-inside: avoid; }
.rrr-areas__col li a { color: inherit; text-decoration: none; transition: color .15s; }
.rrr-areas__col li a:hover { color: var(--rr-gold, #d4b283); text-decoration: underline; }

/* ---------- CTA BAND ---------- */
.rrr-about-cta { padding: 80px 0; text-align: center; }
.rrr-about-cta h2 { font-family: var(--rr-font-serif, 'Cormorant Garamond', serif); font-weight: 500; font-size: 40px; color: var(--rr-navy, #13406b); margin: 0 0 12px; }
.rrr-about-cta p { font-size: 16px; color: #2a2a2a; margin: 0 auto 28px; max-width: 560px; }
.rrr-about-cta .rrr-cta-row { justify-content: center; }
.rrr-about-cta .rr-btn-ghost { color: var(--rr-ink, #1a1a1a); border-color: var(--rr-ink, #1a1a1a); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .rrr-stat-bar .rrr-container { grid-template-columns: repeat(2, 1fr); }
  .rrr-stat { border-left: 0; padding-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .rrr-story__grid, .rrr-areas__grid { grid-template-columns: 1fr; gap: 36px; }
  .rrr-creds__grid, .rrr-team__grid, .rrr-fleet__grid { grid-template-columns: repeat(2, 1fr); }
  .rrr-team__featured { grid-template-columns: 1fr; gap: 28px; }
  .rrr-about-hero h1 { font-size: 50px; }
  .rrr-story__aside { position: static; }
  .rrr-fleet__head { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .rrr-fleet__stat { text-align: left; }
  .rrr-storage { grid-template-columns: 1fr; gap: 28px; padding: 32px 28px; }
  .rrr-storage__opts { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 600px) {
  .rrr-team__grid, .rrr-creds__grid, .rrr-fleet__grid { grid-template-columns: 1fr; }
  .rrr-team__grid.is-list .rrr-team-card { flex-direction: column; }
  .rrr-team__grid.is-list .rrr-portrait { width: 100%; aspect-ratio: 16/10; }
}
