/* Noor Aran Paydar — luxury editorial refinement */
:root {
  --navy-deep: #041327;
  --navy-rich: #0a2340;
  --gold-soft: #c6a36b;
  --gold-pale: #efe1c8;
  --warm-white: #fcfbf8;
}

body { background: #fff; }

.site-header {
  background: rgba(255, 255, 255, .965);
  box-shadow: 0 10px 35px rgba(4, 19, 39, .055);
}

.header-inner { min-height: 96px; }

.brand { gap: 16px; }

.brand-mark {
  width: 68px;
  height: 68px;
  flex-basis: 68px;
  border: 0;
  border-radius: 0;
  background-image: url("nooraran-logo-original.png");
  background-size: contain;
  background-position: center;
  box-shadow: none;
}

.brand-text {
  display: block;
  padding-inline-start: 16px;
  border-inline-start: 1px solid rgba(184, 139, 80, .42);
}

.brand-text strong {
  display: block;
  color: var(--navy-deep);
  font-size: 1.08rem;
  line-height: 1.4;
}

.main-nav { gap: 34px; }

.hero::after {
  inset: 96px 0 0;
  opacity: .62;
  background:
    radial-gradient(circle at 10% 15%, rgba(198, 163, 107, .13), transparent 26%),
    linear-gradient(90deg, rgba(4, 19, 39, .028) 1px, transparent 1px),
    linear-gradient(rgba(4, 19, 39, .028) 1px, transparent 1px);
  background-size: auto, 92px 92px, 92px 92px;
}

.hero-layout {
  grid-template-columns: minmax(0, .88fr) minmax(470px, 1.12fr);
  gap: clamp(48px, 6.5vw, 94px);
  min-height: 860px;
  padding: 158px 0 80px;
}

.hero-content { position: relative; z-index: 2; }

.hero h1,
html[dir="rtl"] .hero h1 {
  max-width: 650px;
  font-size: clamp(2.75rem, 4.5vw, 4.7rem);
  line-height: 1.3;
}

.hero-copy { max-width: 620px; }

.hero-proof {
  width: min(610px, 100%);
  margin-top: 48px;
  padding-top: 28px;
}

.hero-visual {
  min-height: 640px;
  padding: 10px;
  border-radius: 52px 7px 52px 7px;
  background: #fff;
  box-shadow: 0 38px 100px rgba(4, 19, 39, .18);
}

html[dir="rtl"] .hero-visual { border-radius: 7px 52px 7px 52px; }

.hero-visual::before {
  inset: -22px 30px 30px -22px;
  border-color: rgba(184, 139, 80, .58);
}

html[dir="rtl"] .hero-visual::before { inset: -22px -22px 30px 30px; }

.hero-visual img {
  min-height: 620px;
  height: 620px;
  object-position: 44% center;
  border-radius: 43px 4px 43px 4px;
}

html[dir="rtl"] .hero-visual img { border-radius: 4px 43px 4px 43px; }

.visual-note {
  inset: auto auto 38px -28px;
  max-width: 270px;
  padding: 22px 25px;
  border-inline-start-width: 2px;
  font-size: .86rem;
  line-height: 1.9;
}

html[dir="rtl"] .visual-note { inset: auto -28px 38px auto; }

.about { padding: 128px 0; }

.about-editorial {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(58px, 7vw, 108px);
  align-items: center;
}

.about-media { position: relative; }

.about-media::before {
  content: "";
  position: absolute;
  inset: 24px -24px -24px 24px;
  z-index: 0;
  border: 1px solid rgba(198, 163, 107, .48);
  border-radius: 6px 38px 6px 38px;
}

html[dir="rtl"] .about-media::before { inset: 24px 24px -24px -24px; }

.about-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: 38px 5px 38px 5px;
  box-shadow: 0 26px 75px rgba(4, 19, 39, .14);
}

html[dir="rtl"] .about-media img { border-radius: 5px 38px 5px 38px; }

.experience-seal {
  position: absolute;
  z-index: 2;
  inset: auto -34px 40px auto;
  width: 154px;
  min-height: 154px;
  display: grid;
  place-content: center;
  padding: 18px;
  border: 7px solid white;
  border-radius: 50%;
  background: var(--navy-deep);
  color: white;
  text-align: center;
  box-shadow: 0 20px 45px rgba(4, 19, 39, .2);
}

html[dir="rtl"] .experience-seal { inset: auto auto 40px -34px; }

.experience-seal strong { color: var(--gold-pale); font-size: 2rem; line-height: 1; }
.experience-seal span { margin-top: 8px; font-size: .72rem; line-height: 1.55; }

.about-copy h2 { max-width: 680px; }
.about-copy p { font-size: 1rem; line-height: 2.1; }

.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.about-value {
  padding: 18px 14px;
  border-top: 1px solid rgba(198, 163, 107, .65);
  color: var(--navy-deep);
  font-size: .82rem;
  font-weight: 700;
}

.services { padding: 128px 0; background: var(--warm-white); }
.services .section-heading { max-width: 880px; }
.services-grid { gap: 22px; }

.service-card {
  position: relative;
  min-height: 420px;
  padding: 38px;
  border-radius: 24px 4px 24px 4px;
  overflow: hidden;
}

html[dir="rtl"] .service-card { border-radius: 4px 24px 4px 24px; }

.service-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
  transform: scaleX(.28);
  transition: transform .3s ease;
}

.service-card:hover::after { transform: scaleX(1); }

.service-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.service-index { color: rgba(4, 19, 39, .16); font-size: 2.1rem; font-weight: 700; line-height: 1; }
.service-card h3 { margin-top: 28px; font-size: 1.34rem; }
.service-card > p { min-height: 94px; font-size: .96rem; line-height: 1.95; }

.service-points {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #ece7df;
}

.service-point {
  position: relative;
  padding-inline-start: 18px;
  color: #435269;
  font-size: .84rem;
  line-height: 1.75;
}

.service-point::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: .7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-soft);
}

.investment-focus { padding: 130px 0; background: white; }

.focus-shell {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  min-height: 650px;
  border-radius: 6px 42px 6px 42px;
  overflow: hidden;
  background: var(--navy-deep);
  color: white;
  box-shadow: 0 34px 95px rgba(4, 19, 39, .18);
}

html[dir="rtl"] .focus-shell { border-radius: 42px 6px 42px 6px; }

.focus-image { min-height: 650px; }
.focus-image img { width: 100%; height: 100%; object-fit: cover; }

.focus-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 6vw, 82px);
  overflow: hidden;
}

.focus-copy::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(198, 163, 107, .25);
  border-radius: 50%;
  inset: -210px -155px auto auto;
}

html[dir="rtl"] .focus-copy::before { inset: -210px auto auto -155px; }
.focus-copy .eyebrow { color: var(--gold-pale); }
.focus-copy h2 { position: relative; margin: 0; font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1.4; }
.focus-copy > p { position: relative; margin: 22px 0 0; color: rgba(255,255,255,.68); line-height: 2; }

.focus-list { position: relative; display: grid; gap: 17px; margin-top: 34px; }
.focus-item { display: flex; gap: 14px; align-items: flex-start; color: rgba(255,255,255,.82); font-size: .9rem; }
.focus-item i { width: 25px; height: 1px; margin-top: .85em; flex: 0 0 25px; background: var(--gold-soft); }

.approach { padding: 125px 0; }
.step { padding: 37px 0; }
.step h3 { font-size: 1.28rem; }
.step p { font-size: .96rem; line-height: 1.9; }

.contact { padding: 34px 0 0; }

.contact-shell {
  padding: clamp(58px, 7vw, 88px);
  border: 1px solid rgba(198, 163, 107, .32);
  border-radius: 42px 6px 0 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(198, 163, 107, .15), transparent 30%),
    var(--navy-rich);
}

html[dir="rtl"] .contact-shell { border-radius: 6px 42px 0 0; }
.detail-card { border-radius: 4px 18px 4px 18px; }
html[dir="rtl"] .detail-card { border-radius: 18px 4px 18px 4px; }

.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.62); }

.footer-main {
  display: grid;
  grid-template-columns: 1.25fr .7fr 1fr;
  gap: clamp(42px, 7vw, 90px);
  padding: 72px 0 58px;
  border-top: 1px solid rgba(255,255,255,.09);
}

.footer-brand { max-width: 430px; }
.footer-brand-line { display: flex; align-items: center; gap: 15px; }

.footer-mark {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 16px;
  background-color: white;
  background-image: url("nooraran-logo-original.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-shadow: 0 10px 34px rgba(0,0,0,.16), inset 0 0 0 1px rgba(198,163,107,.25);
}

.footer-brand-name { color: white; font-size: 1.08rem; font-weight: 700; }
.footer-brand p { margin: 24px 0 0; font-size: .88rem; line-height: 2; }

.footer-title {
  margin: 0 0 22px;
  color: var(--gold-pale);
  font-size: .78rem;
  font-weight: 700;
}

.footer-links { display: grid; gap: 12px; }
.footer-links a { width: fit-content; color: rgba(255,255,255,.68); font-size: .86rem; transition: color .2s ease; }
.footer-links a:hover { color: white; }

.footer-contact { display: grid; gap: 16px; font-size: .86rem; }
.footer-contact a { color: white; }
.footer-address { line-height: 1.95; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 0 30px;
  border-top: 1px solid rgba(255,255,255,.09);
  color: rgba(255,255,255,.38);
  font-size: .73rem;
}

.footer-signature { color: rgba(239,225,200,.68); letter-spacing: .08em; }
html[dir="rtl"] .footer-signature { letter-spacing: 0; }

@media (max-width: 1080px) {
  .hero-layout { grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); }
  .hero h1, html[dir="rtl"] .hero h1 { font-size: clamp(2.6rem, 4.7vw, 4.25rem); }
  .footer-main { grid-template-columns: 1.1fr .65fr .9fr; }
}

@media (max-width: 960px) {
  .header-inner { min-height: 86px; }
  .brand-mark { width: 54px; height: 54px; flex-basis: 54px; }
  .main-nav { inset: 86px 0 auto; }
  .hero-layout { grid-template-columns: 1fr; min-height: auto; padding: 138px 0 105px; }
  .hero-content { order: 1; }
  .hero-visual { order: 2; min-height: 560px; }
  .hero-visual img { height: 540px; min-height: 540px; }
  .about-editorial, .focus-shell { grid-template-columns: 1fr; }
  .about-media { max-width: 720px; }
  .focus-image { min-height: 520px; }
  .focus-copy { min-height: 520px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .header-inner { min-height: 78px; }
  .brand { gap: 10px; }
  .brand-mark { width: 46px; height: 46px; flex-basis: 46px; }
  .brand-text { padding-inline-start: 10px; }
  .brand-text strong { font-size: .86rem; }
  .main-nav { top: 78px; }
  .hero-layout { padding: 120px 0 78px; gap: 54px; }
  .hero h1, html[dir="rtl"] .hero h1 { font-size: clamp(2.25rem, 10.8vw, 3.35rem); }
  .hero-visual { min-height: 420px; padding: 7px; border-radius: 28px 4px 28px 4px; }
  .hero-visual img { height: 406px; min-height: 406px; border-radius: 23px 3px 23px 3px; }
  .visual-note { inset: auto 14px 20px 14px !important; padding: 17px 18px; }
  .about, .services, .investment-focus, .approach { padding: 88px 0; }
  .about-media img { min-height: 390px; }
  .about-media::before { inset: 14px -10px -14px 10px; }
  html[dir="rtl"] .about-media::before { inset: 14px 10px -14px -10px; }
  .experience-seal, html[dir="rtl"] .experience-seal { inset: auto 14px 18px auto; width: 128px; min-height: 128px; border-width: 5px; }
  html[dir="rtl"] .experience-seal { inset: auto auto 18px 14px; }
  .about-values { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 30px; }
  .service-card > p { min-height: 0; }
  .focus-shell, html[dir="rtl"] .focus-shell { border-radius: 28px 4px 28px 4px; }
  .focus-image { min-height: 380px; }
  .focus-copy { min-height: auto; padding: 45px 28px 52px; }
  .contact-shell, html[dir="rtl"] .contact-shell { border-radius: 0; }
  .footer-main { grid-template-columns: 1fr; padding: 58px 0 42px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .service-card::after { transition: none; }
}
