/*
Theme Name: Arahco Child
Theme URI: https://arahco-iq.com/
Description: Custom bilingual RTL/LTR presentation theme for Al-Reyam Al-Hadee Company, built on Astra.
Author: Arahco
Template: astra
Version: 1.0.3
Text Domain: arahco-child
*/

:root {
  --arahco-navy: #07162f;
  --arahco-navy-2: #102b52;
  --arahco-gold: #d5ad5b;
  --arahco-gold-light: #f0d79a;
  --arahco-ink: #17233b;
  --arahco-muted: #65748a;
  --arahco-surface: #ffffff;
  --arahco-soft: #f4f7fb;
  --arahco-border: rgba(7, 22, 47, 0.12);
  --arahco-shadow: 0 22px 60px rgba(7, 22, 47, 0.12);
  --arahco-radius: 22px;
}

html { scroll-behavior: smooth; }
body.arahco-site {
  margin: 0;
  background: var(--arahco-soft);
  color: var(--arahco-ink);
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.8;
}
body.arahco-site * { box-sizing: border-box; }
body.arahco-site a { color: inherit; text-decoration: none; }
body.arahco-site img { display: block; max-width: 100%; height: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; margin: 0; padding: 8px 12px; overflow: visible; clip: auto; white-space: normal; background: var(--arahco-gold); color: var(--arahco-navy); z-index: 1000; }

.arahco-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.arahco-skip-link { position: absolute; inset-inline-start: -9999px; top: 10px; z-index: 1000; }
.arahco-skip-link:focus { inset-inline-start: 10px; padding: 8px 14px; background: var(--arahco-gold); color: var(--arahco-navy); }

.arahco-topbar {
  background: var(--arahco-navy);
  color: #fff;
  font-size: 13px;
}
.arahco-topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 38px; }
.arahco-topbar-links { display: flex; flex-wrap: wrap; gap: 18px; opacity: .94; }
.arahco-topbar a:hover { color: var(--arahco-gold-light); }

.arahco-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--arahco-border);
  backdrop-filter: blur(14px);
}
.arahco-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.arahco-brand { display: inline-flex; align-items: center; gap: 13px; min-width: 220px; }
.arahco-brand img { width: 64px; height: 64px; object-fit: contain; }
.arahco-brand-text { display: grid; gap: 1px; line-height: 1.25; }
.arahco-brand-title { color: var(--arahco-navy); font-weight: 800; font-size: 18px; }
.arahco-brand-subtitle { color: var(--arahco-gold); font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.arahco-nav { display: flex; align-items: center; justify-content: flex-end; gap: 22px; font-size: 14px; font-weight: 700; }
.arahco-nav a { color: var(--arahco-ink); padding: 8px 0; border-bottom: 2px solid transparent; }
.arahco-nav a:hover, .arahco-nav a[aria-current="page"] { color: var(--arahco-gold); border-bottom-color: var(--arahco-gold); }
.arahco-language { border: 1px solid var(--arahco-gold); border-radius: 999px; padding: 5px 13px !important; color: var(--arahco-navy) !important; }
.arahco-language:hover { background: var(--arahco-gold); color: var(--arahco-navy) !important; }
.arahco-menu-toggle { display: none; border: 0; background: transparent; color: var(--arahco-navy); font-size: 26px; cursor: pointer; }

.arahco-hero { overflow: hidden; background: linear-gradient(135deg, var(--arahco-navy), var(--arahco-navy-2)); color: #fff; }
.arahco-hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 55px; min-height: 610px; padding-block: 72px; }
.arahco-hero-copy { position: relative; z-index: 1; }
.arahco-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--arahco-gold-light); font-weight: 700; font-size: 14px; }
.arahco-kicker::before { content: ""; width: 36px; height: 2px; background: var(--arahco-gold); }
.arahco-hero h1 { margin: 17px 0 13px; color: #fff; font-size: clamp(37px, 5vw, 68px); line-height: 1.18; letter-spacing: -.04em; }
.arahco-hero-lead { max-width: 650px; margin: 0; color: rgba(255,255,255,.82); font-size: 18px; }
.arahco-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.arahco-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 10px 22px; border: 1px solid var(--arahco-gold); border-radius: 999px; background: var(--arahco-gold); color: var(--arahco-navy) !important; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.arahco-button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(213,173,91,.25); }
.arahco-button-outline { background: transparent; color: #fff !important; border-color: rgba(255,255,255,.5); }
.arahco-button-outline:hover { background: rgba(255,255,255,.1); border-color: var(--arahco-gold-light); }
.arahco-hero-visual { position: relative; }
.arahco-hero-visual::before { content: ""; position: absolute; inset: -18px -18px 18px 18px; border: 1px solid rgba(213,173,91,.52); border-radius: 28px; transform: rotate(3deg); }
.arahco-hero-visual img { position: relative; width: 100%; max-height: 575px; object-fit: cover; object-position: center; border: 8px solid rgba(255,255,255,.9); border-radius: 28px; box-shadow: 0 30px 80px rgba(0,0,0,.32); }

.arahco-section { padding-block: 92px; }
.arahco-section-soft { background: var(--arahco-soft); }
.arahco-section-dark { background: var(--arahco-navy); color: #fff; }
.arahco-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 36px; }
.arahco-section-heading h2 { margin: 7px 0 0; color: var(--arahco-navy); font-size: clamp(28px, 3.8vw, 46px); line-height: 1.25; }
.arahco-section-dark .arahco-section-heading h2 { color: #fff; }
.arahco-section-heading p { max-width: 570px; margin: 0; color: var(--arahco-muted); }
.arahco-section-dark .arahco-section-heading p { color: rgba(255,255,255,.7); }
.arahco-eyebrow { color: var(--arahco-gold); font-size: 13px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.arahco-intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 65px; }
.arahco-intro-image { position: relative; }
.arahco-intro-image img { width: 100%; border-radius: var(--arahco-radius); box-shadow: var(--arahco-shadow); }
.arahco-intro-image::after { content: ""; position: absolute; inset: 20px -20px -20px 20px; border: 1px solid var(--arahco-gold); border-radius: var(--arahco-radius); z-index: -1; }
.arahco-copy h2 { margin: 7px 0 15px; color: var(--arahco-navy); font-size: clamp(28px, 4vw, 45px); line-height: 1.25; }
.arahco-copy p { color: var(--arahco-muted); }
.arahco-check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px; margin: 25px 0 0; padding: 0; list-style: none; }
.arahco-check-list li { position: relative; padding-inline-start: 24px; color: var(--arahco-ink); font-weight: 700; }
.arahco-check-list li::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--arahco-gold); font-weight: 900; }

.arahco-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.arahco-service-card { position: relative; min-height: 180px; padding: 28px; overflow: hidden; border: 1px solid var(--arahco-border); border-radius: var(--arahco-radius); background: var(--arahco-surface); box-shadow: 0 12px 35px rgba(7,22,47,.05); }
.arahco-service-card::after { content: ""; position: absolute; inset: auto -30px -45px auto; width: 130px; height: 130px; border: 1px solid rgba(213,173,91,.35); border-radius: 50%; }
.arahco-service-icon { display: inline-flex; align-items: center; justify-content: center; width: 45px; height: 45px; margin-bottom: 20px; border-radius: 14px; background: rgba(213,173,91,.16); color: var(--arahco-gold); font-size: 20px; font-weight: 900; }
.arahco-service-card h3 { margin: 0 0 6px; color: var(--arahco-navy); font-size: 20px; }
.arahco-service-card p { margin: 0; color: var(--arahco-muted); font-size: 14px; }

.arahco-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 35px; }
.arahco-stat { padding: 24px; border: 1px solid rgba(213,173,91,.25); border-radius: 18px; background: rgba(255,255,255,.06); }
.arahco-stat strong { display: block; color: var(--arahco-gold-light); font-size: 29px; }
.arahco-stat span { display: block; color: rgba(255,255,255,.72); font-size: 13px; }

.arahco-cta { position: relative; overflow: hidden; padding: 55px; border-radius: 30px; background: linear-gradient(120deg, var(--arahco-navy), #193e70); color: #fff; }
.arahco-cta::after { content: ""; position: absolute; width: 350px; height: 350px; inset-inline-end: -120px; top: -155px; border: 1px solid rgba(213,173,91,.4); border-radius: 50%; }
.arahco-cta h2 { position: relative; z-index: 1; max-width: 720px; margin: 0 0 10px; color: #fff; font-size: clamp(27px, 4vw, 44px); }
.arahco-cta p { position: relative; z-index: 1; max-width: 720px; color: rgba(255,255,255,.78); }
.arahco-cta .arahco-button { position: relative; z-index: 1; margin-top: 15px; }

.arahco-page-hero { padding-block: 74px; background: linear-gradient(135deg, var(--arahco-navy), var(--arahco-navy-2)); color: #fff; }
.arahco-page-hero h1 { margin: 8px 0 0; color: #fff; font-size: clamp(34px, 5vw, 58px); }
.arahco-page-hero p { max-width: 760px; margin: 12px 0 0; color: rgba(255,255,255,.77); }
.arahco-breadcrumb { color: var(--arahco-gold-light); font-size: 13px; font-weight: 800; }

.arahco-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.arahco-project-card { overflow: hidden; border-radius: var(--arahco-radius); background: #fff; box-shadow: var(--arahco-shadow); }
.arahco-home-projects .arahco-project-card { opacity: 0; animation: arahco-project-reveal .7s cubic-bezier(.2,.75,.25,1) forwards; }
.arahco-home-projects .arahco-project-card:nth-child(2) { animation-delay: .12s; }
.arahco-home-projects .arahco-project-card:nth-child(3) { animation-delay: .24s; }
.arahco-home-projects .arahco-section-heading { position: relative; z-index: 1; }
.arahco-home-projects .arahco-project-grid { position: relative; z-index: 1; }
.arahco-projects-footer { position: relative; z-index: 1; display: flex; justify-content: center; margin-top: 34px; }
.arahco-project-period { display: inline-flex; margin-bottom: 10px; padding: 3px 10px; border-radius: 999px; background: rgba(213,173,91,.14); color: var(--arahco-gold); font-size: 12px; font-weight: 800; }
@keyframes arahco-project-reveal { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
.arahco-home-projects { position: relative; overflow: hidden; }
.arahco-home-projects::before { content: ""; position: absolute; width: 430px; height: 430px; inset-inline-start: -230px; top: 30px; border: 1px solid rgba(213,173,91,.18); border-radius: 50%; }
.arahco-home-projects::after { content: ""; position: absolute; width: 540px; height: 540px; inset-inline-end: -310px; bottom: -300px; border: 1px solid rgba(213,173,91,.14); border-radius: 50%; }
.arahco-project-thumb { aspect-ratio: 4 / 3; overflow: hidden; background: var(--arahco-navy); }
.arahco-project-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.arahco-project-card:hover .arahco-project-thumb img { transform: scale(1.05); }
.arahco-project-body { padding: 25px; }
.arahco-project-body h3 { margin: 0 0 7px; color: var(--arahco-navy); font-size: 21px; }
.arahco-project-body p { margin: 0 0 17px; color: var(--arahco-muted); }
.arahco-project-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.arahco-small-button { min-height: 39px; padding: 7px 15px; font-size: 13px; }
.arahco-small-button-outline { color: var(--arahco-navy) !important; background: transparent; border-color: var(--arahco-border); }

.arahco-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.arahco-contact-card { padding: 30px; border: 1px solid var(--arahco-border); border-radius: var(--arahco-radius); background: #fff; box-shadow: 0 12px 35px rgba(7,22,47,.05); }
.arahco-contact-card h2 { margin-top: 0; color: var(--arahco-navy); }
.arahco-contact-item { display: flex; align-items: flex-start; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--arahco-border); }
.arahco-contact-item:last-child { border-bottom: 0; }
.arahco-contact-item strong { display: block; color: var(--arahco-navy); }
.arahco-contact-item span, .arahco-contact-item a { color: var(--arahco-muted); }

.arahco-footer { padding-block: 58px 22px; background: #030b1b; color: #fff; }
.arahco-footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .95fr; gap: 40px; }
.arahco-footer h3 { margin-top: 0; color: var(--arahco-gold-light); font-size: 16px; }
.arahco-footer p, .arahco-footer li, .arahco-footer a { color: rgba(255,255,255,.68); }
.arahco-footer a:hover { color: var(--arahco-gold-light); }
.arahco-footer ul { margin: 0; padding: 0; list-style: none; }
.arahco-footer li + li { margin-top: 8px; }
.arahco-footer-brand { display: flex; gap: 14px; align-items: center; }
.arahco-footer-brand img { width: 64px; filter: brightness(0) invert(1); opacity: .9; }
.arahco-footer-brand strong { color: #fff; }
.arahco-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: 12px; }

body.arahco-site[dir="ltr"] .arahco-kicker::before { order: 2; }
body.arahco-site[dir="ltr"] .arahco-check-list li { padding-inline-start: 0; padding-inline-end: 24px; }
body.arahco-site[dir="ltr"] .arahco-check-list li::before { inset-inline-start: auto; inset-inline-end: 0; }

@media (max-width: 960px) {
  .arahco-header-inner { min-height: 74px; }
  .arahco-menu-toggle { display: inline-flex; }
  .arahco-nav { display: none; position: absolute; inset-inline: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 18px; background: #fff; border-bottom: 1px solid var(--arahco-border); box-shadow: 0 18px 35px rgba(7,22,47,.1); }
  .arahco-nav.is-open { display: flex; }
  .arahco-nav a { padding: 11px 0; }
  .arahco-hero-inner, .arahco-intro-grid { grid-template-columns: 1fr; }
  .arahco-hero-inner { min-height: auto; padding-block: 58px 80px; }
  .arahco-hero-copy { order: 1; }
  .arahco-hero-visual { order: 2; max-width: 620px; margin-inline: auto; }
  .arahco-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .arahco-container { width: min(100% - 28px, 1180px); }
  .arahco-topbar-inner, .arahco-topbar-links { justify-content: center; }
  .arahco-topbar-inner { padding-block: 8px; flex-direction: column; gap: 3px; }
  .arahco-brand { min-width: 0; }
  .arahco-brand img { width: 52px; height: 52px; }
  .arahco-brand-title { font-size: 15px; }
  .arahco-brand-subtitle { max-width: 160px; font-size: 8px; }
  .arahco-hero h1 { font-size: 38px; }
  .arahco-hero-lead { font-size: 16px; }
  .arahco-section { padding-block: 64px; }
  .arahco-section-heading { display: block; }
  .arahco-section-heading p { margin-top: 12px; }
  .arahco-service-grid, .arahco-project-grid, .arahco-contact-grid, .arahco-stats { grid-template-columns: 1fr; }
  .arahco-check-list { grid-template-columns: 1fr; }
  .arahco-cta { padding: 32px 24px; }
  .arahco-footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .arahco-footer-bottom { flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .arahco-home-projects .arahco-project-card { opacity: 1; animation: none; }
  .arahco-button, .arahco-project-thumb img { transition: none; }
}

/* Portfolio viewer and accessible interaction refinements. */
body.arahco-site a[href^="tel:"], body.arahco-site a[href^="mailto:"] { display:inline-block; direction:ltr; unicode-bidi:isolate; }
body.arahco-site :is(a,button):focus-visible { outline:3px solid #b9872e; outline-offset:4px; }
.arahco-menu-toggle { min-width:44px; min-height:44px; align-items:center; justify-content:center; padding:8px; }
.arahco-nav { max-height:calc(100dvh - 80px); overflow-y:auto; }
.arahco-small-button { min-height:44px; }
.arahco-project-card { border:1px solid var(--arahco-border); }
.arahco-project-thumb { padding:16px; background:linear-gradient(135deg,#e6eaf0,#f8f7f2); }
body.arahco-site .arahco-project-thumb img { height:100%; object-fit:contain; filter:drop-shadow(0 6px 8px rgba(7,22,47,.15)); }
.arahco-home-projects .arahco-project-card { opacity:1; animation:none; }
.arahco-project-card.arahco-reveal { animation:arahco-project-reveal .65s cubic-bezier(.2,.75,.25,1) both; }
body.arahco-site .arahco-preview-button { font-family:inherit; cursor:pointer; }
.arahco-portfolio-dialog { position:fixed; inset:0; margin:auto; padding:0; width:min(1120px,94vw); max-width:94vw; height:90vh; height:90dvh; max-height:90dvh; border:1px solid rgba(213,173,91,.5); border-radius:22px; background:#f4f7fb; color:#17233b; box-shadow:0 30px 100px #0008; overflow:hidden; }
.arahco-portfolio-dialog[open] { display:flex; flex-direction:column; animation:arahco-project-reveal .25s ease both; }
.arahco-portfolio-dialog::backdrop { background:rgba(3,11,27,.82); backdrop-filter:blur(5px); }
.arahco-viewer-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:16px 22px; background:#07162f; }
.arahco-viewer-heading h2 { margin:0; color:#fff; font:700 21px/1.5 Tahoma,Arial,sans-serif; }
.arahco-viewer-close { flex-shrink:0; min-width:44px; min-height:44px; padding:8px 14px; border:1px solid #d5ad5b; border-radius:12px; color:#f0d79a; background:transparent; font:700 14px Tahoma,Arial,sans-serif; cursor:pointer; }
.arahco-viewer-options { display:flex; flex-wrap:wrap; gap:8px; padding:12px 22px; border-bottom:1px solid #dce1e9; }
.arahco-viewer-option { flex:1 1 180px; min-height:44px; padding:10px 14px; border:1px solid #cbd3df; border-radius:10px; background:white; color:#17233b; font:700 13px/1.5 Tahoma,Arial,sans-serif; cursor:pointer; }
.arahco-viewer-option[aria-pressed="true"] { background:#d5ad5b; border-color:#d5ad5b; color:#07162f; }
.arahco-viewer-toolbar { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px; padding:10px 22px; font-size:13px; }
.arahco-viewer-toolbar p { margin:0; }
.arahco-viewer-links { display:flex; gap:14px; }
body.arahco-site .arahco-viewer-links a { color:#07162f; text-decoration:underline; padding:8px 0; font-weight:700; }
.arahco-viewer-frame { display:block; width:100%; flex:1 1 auto; min-height:150px; margin:0; border:0; background:#e6eaf0; }
body.arahco-viewer-open { overflow:hidden; }
@media(max-width:680px) { .arahco-project-body { padding:22px; } .arahco-portfolio-dialog { width:96vw; max-width:96vw; height:94dvh; max-height:94dvh; border-radius:16px; } .arahco-viewer-heading,.arahco-viewer-options,.arahco-viewer-toolbar { padding:10px 14px; } .arahco-viewer-heading h2 { font-size:17px; } .arahco-viewer-option { flex-basis:90px; padding:8px; font-size:12px; } }
@media(prefers-reduced-motion:reduce) { .arahco-project-card.arahco-reveal,.arahco-portfolio-dialog[open] { animation:none; } }


/* Centered brand header refinements. */
.arahco-topbar-inner { justify-content: center; }
.arahco-header-inner {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px 0 13px;
}
.arahco-brand {
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
}
body.arahco-site .arahco-brand img { width: 96px; height: 96px; }
.arahco-brand-text { justify-items: center; text-align: center; }
.arahco-brand-title { font-size: 22px; }
.arahco-brand-subtitle { font-size: 11px; }
.arahco-nav { justify-content: center; gap: 24px; }
@media (max-width: 960px) {
  .arahco-header-inner { position: relative; align-items: center; padding: 12px 50px 10px; }
  .arahco-menu-toggle {
    position: absolute;
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  body.arahco-site .arahco-brand img { width: 76px; height: 76px; }
  .arahco-brand-title { font-size: 18px; }
  .arahco-brand-subtitle { font-size: 9px; }
  .arahco-nav { top: 100%; }
}
@media (max-width: 680px) {
  .arahco-topbar { font-size: 12px; }
  .arahco-topbar-inner { min-height: 34px; padding-block: 7px; }
  .arahco-topbar-links { gap: 12px; justify-content: center; }
  .arahco-header-inner { padding-inline: 44px; }
  body.arahco-site .arahco-brand img { width: 72px; height: 72px; }
  .arahco-brand-title { font-size: 16px; }
  .arahco-brand-subtitle { font-size: 8px; }
}


/* Reference-inspired centered brand presentation. */
.arahco-topbar { min-height: 30px; }
.arahco-topbar-inner { min-height: 30px; }
.arahco-header {
  border-top: 1px solid var(--arahco-navy);
  border-bottom: 18px solid var(--arahco-navy);
  background: #fff;
}
.arahco-header-inner {
  padding: 30px 0 26px;
  gap: 16px;
}
body.arahco-site .arahco-brand {
  width: min(100%, 1000px);
}
body.arahco-site .arahco-brand img {
  width: 260px;
  height: 180px;
  object-fit: cover;
  object-position: center top;
}
.arahco-brand-title { font-size: 30px; }
.arahco-brand-subtitle { font-size: 14px; }
@media (max-width: 960px) {
  .arahco-header-inner { padding: 22px 50px 18px; }
  body.arahco-site .arahco-brand img { width: 210px; height: 145px; }
  .arahco-brand-title { font-size: 24px; }
  .arahco-brand-subtitle { font-size: 12px; }
}
@media (max-width: 680px) {
  .arahco-topbar { min-height: 30px; }
  .arahco-topbar-inner { min-height: 30px; padding-block: 5px; }
  .arahco-header { border-top-width: 1px; border-bottom-width: 12px; }
  .arahco-header-inner { padding: 18px 44px 15px; gap: 10px; }
  body.arahco-site .arahco-brand img { width: 180px; height: 124px; }
  .arahco-brand-title { font-size: 20px; }
  .arahco-brand-subtitle { font-size: 10px; }
}


/* Tighten the portrait logo crop to keep the monogram prominent. */
body.arahco-site .arahco-brand img { object-position: center 30%; }


/* Scale the reference-inspired brand for large screens. */
body.arahco-site .arahco-brand img { width: 360px; height: 250px; }
.arahco-brand-title { font-size: 38px; }
.arahco-brand-subtitle { font-size: 17px; }
@media (max-width: 960px) {
  body.arahco-site .arahco-brand img { width: 280px; height: 194px; }
  .arahco-brand-title { font-size: 28px; }
  .arahco-brand-subtitle { font-size: 14px; }
}
@media (max-width: 680px) {
  body.arahco-site .arahco-brand img { width: 180px; height: 124px; }
  .arahco-brand-title { font-size: 20px; }
  .arahco-brand-subtitle { font-size: 10px; }
}
